vimPlugins: vim-which-key init (#85121)

This commit is contained in:
Rok Garbas 2020-04-13 04:35:01 +02:00 committed by GitHub
parent 3b5cb39081
commit b7d362ab91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -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";

View File

@ -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