mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
vimPlugins.vim-indexed-search: init at 2019-07-04
This commit is contained in:
parent
7b29837a69
commit
30f246e4f4
@ -3742,6 +3742,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
vim-indexed-search = buildVimPluginFrom2Nix {
|
||||
pname = "vim-indexed-search";
|
||||
version = "2019-07-04";
|
||||
src = fetchFromGitHub {
|
||||
owner = "henrik";
|
||||
repo = "vim-indexed-search";
|
||||
rev = "5af020bba084b699d0453f242d7d76711d64b1e3";
|
||||
sha256 = "0cq265yqksh7jqazxn7qxr7bclrk2pq7py4c29wspsvbi0m3m8rc";
|
||||
};
|
||||
};
|
||||
|
||||
vim-ipython = buildVimPluginFrom2Nix {
|
||||
pname = "vim-ipython";
|
||||
version = "2015-06-23";
|
||||
|
@ -104,6 +104,7 @@ haya14busa/incsearch.vim
|
||||
haya14busa/vim-asterisk
|
||||
heavenshell/vim-jsdoc
|
||||
hecal3/vim-leader-guide
|
||||
henrik/vim-indexed-search
|
||||
HerringtonDarkholme/yats.vim
|
||||
honza/vim-snippets
|
||||
hotwatermorning/auto-git-diff
|
||||
|
Loading…
Reference in New Issue
Block a user