ma vim: use vimPlugins, not vam
This commit is contained in:
parent
de582a2d00
commit
5e4e92b5fa
@ -6,16 +6,15 @@
|
|||||||
((pkgs.vim_configurable.override { python = pkgs.python3; }).customize {
|
((pkgs.vim_configurable.override { python = pkgs.python3; }).customize {
|
||||||
name = "vim";
|
name = "vim";
|
||||||
vimrcConfig.customRC = builtins.readFile ./vimrc;
|
vimrcConfig.customRC = builtins.readFile ./vimrc;
|
||||||
vimrcConfig.vam.knownPlugins = pkgs.vimPlugins;
|
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; { start = [
|
||||||
vimrcConfig.vam.pluginDictionaries = [
|
"undotree"
|
||||||
{ names = [ "undotree"
|
|
||||||
"YouCompleteMe"
|
"YouCompleteMe"
|
||||||
#"UltiSnips"
|
#"UltiSnips"
|
||||||
"vim-better-whitespace" ]; }
|
|
||||||
# vim-nix handles indentation better but does not perform sanity
|
# vim-nix handles indentation better but does not perform sanity
|
||||||
{ names = [ "vim-addon-nix" ]; ft_regex = "^nix\$"; }
|
"vim-addon-nix"
|
||||||
|
"vim-better-whitespace"
|
||||||
];
|
];
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user