vimPlugins.vim-emacs-bindings: init at 2016-10-07

This commit is contained in:
Sergey Volkov 2023-11-13 15:22:39 +01:00
parent c33918d57c
commit f39ae56808
2 changed files with 13 additions and 0 deletions

View File

@ -17696,6 +17696,18 @@ final: prev:
meta.homepage = "https://github.com/inkarkat/vim-AdvancedSorters/";
};
vim-emacs-bindings = buildVimPlugin {
pname = "vim-emacs-bindings";
version = "2016-10-07";
src = fetchFromGitHub {
owner = "kentarosasaki";
repo = "vim-emacs-bindings";
rev = "a8037ef1b0cc0eca9aca15d4e2cab6d462aa57ee";
sha256 = "18bhcvs5vnrr394waz9mg2fdnrycsc2ng589s2jw892pap9zxq36";
};
meta.homepage = "https://github.com/kentarosasaki/vim-emacs-bindings/";
};
vim-docbk-snippets = buildVimPlugin {
pname = "vim-docbk-snippets";
version = "2023-09-29";

View File

@ -1105,6 +1105,7 @@ https://github.com/xolox/vim-easytags/,,
https://github.com/justincampbell/vim-eighties/,,
https://github.com/elixir-editors/vim-elixir/,,
https://github.com/andys8/vim-elm-syntax/,,
https://github.com/kentarosasaki/vim-emacs-bindings/,HEAD,
https://github.com/junegunn/vim-emoji/,,
https://github.com/tpope/vim-endwise/,,
https://github.com/Olical/vim-enmasse/,HEAD,