mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
vimPlugins: vim-which-key init (#85121)
This commit is contained in:
parent
3b5cb39081
commit
b7d362ab91
2 changed files with 12 additions and 0 deletions
|
@ -5909,6 +5909,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-which-key = buildVimPluginFrom2Nix {
|
||||
pname = "vim-which-key";
|
||||
version = "2020-03-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "liuchengxu";
|
||||
repo = "vim-which-key";
|
||||
rev = "4b70b443ba5838b165f90e26f9ed628d7d05e11d";
|
||||
sha256 = "197rp20hngrq7qdlii0ai4vb81dlilah0q1wlil8hv3qcf4az7qr";
|
||||
};
|
||||
};
|
||||
|
||||
vim-wordy = buildVimPluginFrom2Nix {
|
||||
pname = "vim-wordy";
|
||||
version = "2019-11-22";
|
||||
|
|
|
@ -228,6 +228,7 @@ lervag/vimtex
|
|||
lfilho/cosco.vim
|
||||
lifepillar/vim-mucomplete
|
||||
lilydjwg/colorizer
|
||||
liuchengxu/vim-which-key
|
||||
liuchengxu/vista.vim
|
||||
LnL7/vim-nix
|
||||
LucHermitte/lh-brackets
|
||||
|
|
Loading…
Reference in a new issue