vimPlugins.vim-capslock: init at 2021-01-07

This commit is contained in:
José Luis Lafuente 2021-01-07 22:33:36 +01:00
parent 4445bb7284
commit 2252558551
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A
2 changed files with 13 additions and 0 deletions

View File

@ -4429,6 +4429,18 @@ let
meta.homepage = "https://github.com/qpkorr/vim-bufkill/";
};
vim-capslock = buildVimPluginFrom2Nix {
pname = "vim-capslock";
version = "2021-01-07";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-capslock";
rev = "84c9e467a7b8e5aabf33674ed17c6356cf98777c";
sha256 = "1c2fr8s9im3vxrszsrzm6wvad6disbdslmq6lqdp4603ialy4kja";
};
meta.homepage = "https://github.com/tpope/vim-capslock/";
};
vim-carbon-now-sh = buildVimPluginFrom2Nix {
pname = "vim-carbon-now-sh";
version = "2020-10-28";

View File

@ -547,6 +547,7 @@ tommcdo/vim-ninja-feet
tomtom/tcomment_vim
tomtom/tlib_vim
tpope/vim-abolish
tpope/vim-capslock
tpope/vim-commentary
tpope/vim-dadbod
tpope/vim-dispatch