Merge pull request #79193 from equirosa/vimPlugins.vim-kitty-navigator
vimPlugins.vim-kitty-navigator: init at 2019-11-04
This commit is contained in:
commit
f076eced64
@ -4524,6 +4524,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-kitty-navigator = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-kitty-navigator";
|
||||||
|
version = "2019-11-04";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "knubie";
|
||||||
|
repo = "vim-kitty-navigator";
|
||||||
|
rev = "c32357892f10117291461631d51a6bfd20e72b9a";
|
||||||
|
sha256 = "0zqvcnbns0vbxkqr0mpiapql8cvp54nn5a6mwc7l24jr6plhiwmn";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vim-lastplace = buildVimPluginFrom2Nix {
|
vim-lastplace = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-lastplace";
|
pname = "vim-lastplace";
|
||||||
version = "2020-01-20";
|
version = "2020-01-20";
|
||||||
|
@ -206,6 +206,7 @@ kchmck/vim-coffee-script
|
|||||||
KeitaNakamura/neodark.vim
|
KeitaNakamura/neodark.vim
|
||||||
keith/swift.vim
|
keith/swift.vim
|
||||||
kien/rainbow_parentheses.vim
|
kien/rainbow_parentheses.vim
|
||||||
|
knubie/vim-kitty-navigator
|
||||||
konfekt/fastfold
|
konfekt/fastfold
|
||||||
kristijanhusak/defx-git
|
kristijanhusak/defx-git
|
||||||
kristijanhusak/defx-icons
|
kristijanhusak/defx-icons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user