[nvim] only detect trailing spaces for yaml files

This commit is contained in:
Julien Rabier 2023-10-25 16:13:33 +02:00
parent 5301230aab
commit f929571675

View File

@ -1,3 +1,4 @@
return {
"ntpeters/vim-better-whitespace",
ft = "yaml",
}