mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #267414 from taranarmo/add-vim-emacs-bindings-plugin
vimPlugins.vim-emacs-bindings: init at 2016-10-07
This commit is contained in:
commit
4a1c8b8257
@ -17732,6 +17732,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";
|
||||
|
@ -1107,6 +1107,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,
|
||||
|
Loading…
Reference in New Issue
Block a user