summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-09-29 21:33:50 +0200
committermakefu <github@syntax-fehler.de>2017-09-29 21:33:50 +0200
commitc83e5ad0d5588e733b860daf3506ae44482020bc (patch)
tree9a875ee6a226dac0971b160230b82163846b0cb1 /makefu
parent4875a39aebc2e430bff85e0cb07d76f8d8f77763 (diff)
ma vim: add remarks about vim-nix
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/vim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/vim.nix b/makefu/2configs/vim.nix
index 9f3a5971..43d362ed 100644
--- a/makefu/2configs/vim.nix
+++ b/makefu/2configs/vim.nix
@@ -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\$"; }
];