vimPlugins.vim-kitty-navigator: init at 2019-11-04
This commit is contained in:
parent
31cf072be9
commit
aed79fb5ee
@ -4480,6 +4480,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";
|
||||||
|
@ -201,6 +201,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