mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
vimPlugins.is-vim: init at 2017-10-30
This commit is contained in:
parent
f9b8c148df
commit
568d540b42
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user