vimPlugins.investigate-vim: init at 2020-02-29

This commit is contained in:
Matt Snider 2020-06-06 12:06:24 +02:00
parent 4b891a5643
commit 224e56bc6e
No known key found for this signature in database
GPG Key ID: 56019FDAFFB78002
2 changed files with 13 additions and 0 deletions

View File

@ -1822,6 +1822,18 @@ let
meta.homepage = "https://github.com/parsonsmatt/intero-neovim/";
};
investigate-vim = buildVimPluginFrom2Nix {
pname = "investigate-vim";
version = "2020-02-29";
src = fetchFromGitHub {
owner = "keith";
repo = "investigate.vim";
rev = "aef9332ba3cfc070fb59fd7a4ac82bae2b42cd7b";
sha256 = "1jiipch8jr66h1cywwj0zdlx45p70d359s8ljdwcndjwicrqslmk";
};
meta.homepage = "https://github.com/keith/investigate.vim/";
};
iosvkem = buildVimPluginFrom2Nix {
pname = "iosvkem";
version = "2020-01-18";

View File

@ -212,6 +212,7 @@ kbenzie/vim-spirv
kchmck/vim-coffee-script
KeitaNakamura/neodark.vim
keith/swift.vim
keith/investigate.vim
kien/rainbow_parentheses.vim
knubie/vim-kitty-navigator
konfekt/fastfold