ma vim: add remarks about vim-nix

This commit is contained in:
makefu 2017-09-29 21:33:50 +02:00
parent 4875a39aeb
commit c83e5ad0d5
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -127,6 +127,7 @@ in {
{ names = [ "undotree"
# "YouCompleteMe"
"vim-better-whitespace" ]; }
# vim-nix handles indentation better but does not perform sanity
{ names = [ "vim-addon-nix" ]; ft_regex = "^nix\$"; }
];