vimPlugins.investigate-vim: init at 2020-02-29
This commit is contained in:
parent
4b891a5643
commit
224e56bc6e
2 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue