ma vim: disable utilsnips
This commit is contained in:
parent
604ba61c55
commit
1f52ed5937
|
@ -22,7 +22,8 @@ in {
|
|||
vimrcConfig.vam.knownPlugins = pkgs.vimPlugins // customPlugins;
|
||||
vimrcConfig.vam.pluginDictionaries = [
|
||||
{ names = [ "undotree"
|
||||
"YouCompleteMe" "UltiSnips"
|
||||
"YouCompleteMe"
|
||||
#"UltiSnips"
|
||||
"vim-better-whitespace" ]; }
|
||||
# vim-nix handles indentation better but does not perform sanity
|
||||
{ names = [ "vim-addon-nix" ]; ft_regex = "^nix\$"; }
|
||||
|
|
Loading…
Reference in a new issue