vimPlugins.keymap-layer-nvim: init at 2022-07-16
This commit is contained in:
parent
e0bf48e315
commit
14932d0bba
2 changed files with 13 additions and 0 deletions
|
@ -3873,6 +3873,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/rebelot/kanagawa.nvim/";
|
||||
};
|
||||
|
||||
keymap-layer-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "keymap-layer.nvim";
|
||||
version = "2022-07-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "anuvyklack";
|
||||
repo = "keymap-layer.nvim";
|
||||
rev = "e46840f9f377766e856964a49d7f351de3188a38";
|
||||
sha256 = "1bmvsr14b3hmbyzjx8wh4wyfqwh4vyy9zyvl04sz5kafw63j7wi1";
|
||||
};
|
||||
meta.homepage = "https://github.com/anuvyklack/keymap-layer.nvim/";
|
||||
};
|
||||
|
||||
kommentary = buildVimPluginFrom2Nix {
|
||||
pname = "kommentary";
|
||||
version = "2022-05-27";
|
||||
|
|
|
@ -324,6 +324,7 @@ https://github.com/vito-c/jq.vim/,,
|
|||
https://github.com/neoclide/jsonc.vim/,,
|
||||
https://github.com/JuliaEditorSupport/julia-vim/,,
|
||||
https://github.com/rebelot/kanagawa.nvim/,,
|
||||
https://github.com/anuvyklack/keymap-layer.nvim/,HEAD,
|
||||
https://github.com/b3nj5m1n/kommentary/,,
|
||||
https://github.com/udalov/kotlin-vim/,,
|
||||
https://github.com/qnighy/lalrpop.vim/,,
|
||||
|
|
Loading…
Reference in a new issue