Merge #16501: add a guide about vim plugins

This commit is contained in:
Vladimír Čunát
2017-01-30 18:28:20 +01:00
4 changed files with 109 additions and 0 deletions

View File

@@ -366,6 +366,8 @@ rec {
'';
}));
vim_with_vim2nix = vim_configurable.customize { name = "vim"; vimrcConfig.vam.pluginDictionaries = [ "vim-addon-vim2nix" ]; };
buildVimPluginFrom2Nix = a: buildVimPlugin ({
buildPhase = ":";
configurePhase =":";