mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-16 14:11:07 +00:00
vimPlugins.semantic-highlight-vim: init at 2019-09-01
This commit is contained in:
parent
9cccf17da2
commit
ed19f15ea4
2 changed files with 13 additions and 0 deletions
|
@ -3023,6 +3023,18 @@ let
|
||||||
meta.homepage = "https://github.com/megaannum/self/";
|
meta.homepage = "https://github.com/megaannum/self/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
semantic-highlight-vim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "semantic-highlight-vim";
|
||||||
|
version = "2019-09-01";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "jaxbot";
|
||||||
|
repo = "semantic-highlight.vim";
|
||||||
|
rev = "7cf0aabbd0f9cb531b0045ac2148dff1131616de";
|
||||||
|
sha256 = "16dnqrdpxf6322az1rn67ay2a4clqz410xn6zqzr1w2y6x4yly1a";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/jaxbot/semantic-highlight.vim/";
|
||||||
|
};
|
||||||
|
|
||||||
semshi = buildVimPluginFrom2Nix {
|
semshi = buildVimPluginFrom2Nix {
|
||||||
pname = "semshi";
|
pname = "semshi";
|
||||||
version = "2019-12-01";
|
version = "2019-12-01";
|
||||||
|
|
|
@ -156,6 +156,7 @@ itchyny/vim-gitbranch
|
||||||
ivanov/vim-ipython
|
ivanov/vim-ipython
|
||||||
jacoborus/tender.vim
|
jacoborus/tender.vim
|
||||||
jaredgorski/SpaceCamp
|
jaredgorski/SpaceCamp
|
||||||
|
jaxbot/semantic-highlight.vim
|
||||||
JazzCore/ctrlp-cmatcher
|
JazzCore/ctrlp-cmatcher
|
||||||
jceb/vim-hier
|
jceb/vim-hier
|
||||||
jceb/vim-orgmode
|
jceb/vim-orgmode
|
||||||
|
|
Loading…
Add table
Reference in a new issue