vimPlugins.vista-vim: init at 2020-01-06

This commit is contained in:
ivann 2020-01-06 16:36:03 +01:00 committed by Matthieu Coudron
parent 1df336d5d8
commit 24aa9b355e
2 changed files with 12 additions and 0 deletions

View File

@ -5679,6 +5679,17 @@ let
};
};
vista-vim = buildVimPluginFrom2Nix {
pname = "vista-vim";
version = "2020-01-06";
src = fetchFromGitHub {
owner = "liuchengxu";
repo = "vista.vim";
rev = "dcf134c83a6a3f9618a97cafab5b7fb1f1df3f84";
sha256 = "0w9q69a2k8a39b8zrd3sildisrdskbk6cgvbkmb3fqsr0zdzjxzv";
};
};
vundle = buildVimPluginFrom2Nix {
pname = "vundle";
version = "2019-08-17";

View File

@ -207,6 +207,7 @@ lervag/vimtex
lfilho/cosco.vim
lifepillar/vim-mucomplete
lilydjwg/colorizer
liuchengxu/vista.vim
LnL7/vim-nix
LucHermitte/lh-brackets
LucHermitte/lh-vim-lib