vim plugins: refactor and regenerate

This commit is contained in:
Arseniy Seroka
2015-06-01 13:14:47 +03:00
parent 4d70496ebb
commit 9cd797ff26
3 changed files with 814 additions and 826 deletions

View File

@@ -102,7 +102,7 @@ Then create a temp vim file and insert:
Then ":source %" it.
nix#ExportPluginsForNix is provided by github.com/MarcWeber/vim-addon-vim2nix
nix#ExportPluginsForNix is provided by github.com/JagaJaga/vim-addon-vim2nix
A buffer will open containing the plugin derivation lines as well list
fitting the vimrcConfig.vam.pluginDictionaries option.
@@ -296,7 +296,7 @@ rec {
pluginnames2Nix = {name, namefiles} : vim_configurable.customize {
inherit name;
vimrcConfig.vam.knownPlugins = vimPlugins;
vimrcConfig.vam.pluginDictionaries = ["github:JagaJaga/vim-addon-vim2nix"]; # Using fork until patch is accepted by upstream
vimrcConfig.vam.pluginDictionaries = ["vim-addon-vim2nix"]; # Using fork until patch is accepted by upstream
vimrcConfig.customRC = ''
" Yes - this is impure and will create the cache file and checkout vim-pi
" into ~/.vim/vim-addons