mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
Add gen_tags vim plugin
This commit is contained in:
parent
9ec0c1bb7e
commit
7ff19f9d59
@ -1221,6 +1221,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
gen_tags-vim = buildVimPluginFrom2Nix {
|
||||
pname = "gen_tags-vim";
|
||||
version = "2019-06-28";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jsfaint";
|
||||
repo = "gen_tags.vim";
|
||||
rev = "208cd0490547bc8f7615eea1b26e4635d2e60a96";
|
||||
sha256 = "00s1kxi1bsvz06z7x78kls0k6ncnbqdyz14fvdxxq82f6s1kdvdw";
|
||||
};
|
||||
};
|
||||
|
||||
gentoo-syntax = buildVimPluginFrom2Nix {
|
||||
pname = "gentoo-syntax";
|
||||
version = "2019-12-13";
|
||||
|
@ -158,6 +158,7 @@ joonty/vim-xdebug
|
||||
josa42/coc-go
|
||||
jpalardy/vim-slime
|
||||
jreybert/vimagit
|
||||
jsfaint/gen_tags.vim
|
||||
JuliaEditorSupport/deoplete-julia
|
||||
JuliaEditorSupport/julia-vim
|
||||
Julian/vim-textobj-variable-segment
|
||||
|
Loading…
Reference in New Issue
Block a user