vimPlugins.is-vim: init at 2017-10-30

This commit is contained in:
David Wood 2020-06-04 17:52:44 +01:00 committed by Jon
parent f9b8c148df
commit 568d540b42
2 changed files with 13 additions and 0 deletions

View File

@ -1846,6 +1846,18 @@ let
meta.homepage = "https://github.com/twerth/ir_black/";
};
is-vim = buildVimPluginFrom2Nix {
pname = "is-vim";
version = "2017-10-30";
src = fetchFromGitHub {
owner = "haya14busa";
repo = "is.vim";
rev = "61d5029310c69bde700b2d46a454f80859b5af17";
sha256 = "1nnf6y62mc0rj7hbrapfkmr91ypsqkzhwgpfx7pahz8m3a2324q6";
};
meta.homepage = "https://github.com/haya14busa/is.vim/";
};
jdaddy-vim = buildVimPluginFrom2Nix {
pname = "jdaddy-vim";
version = "2014-02-22";

View File

@ -131,6 +131,7 @@ guns/xterm-color-table.vim
hashivim/vim-terraform
haya14busa/incsearch-easymotion.vim
haya14busa/incsearch.vim
haya14busa/is.vim
haya14busa/vim-asterisk
heavenshell/vim-jsdoc
hecal3/vim-leader-guide