Add nixpkgs documentation about how to create a derivation with Vim + plugins

This commit is contained in:
Marc Weber
2016-06-25 21:36:44 +02:00
parent da253439ed
commit c3f56e912a
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 =":";