mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
vimPlugins.semantic-highlight-vim: init at 2019-09-01
This commit is contained in:
parent
9cccf17da2
commit
ed19f15ea4
|
@ -3023,6 +3023,18 @@ let
|
|||
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 {
|
||||
pname = "semshi";
|
||||
version = "2019-12-01";
|
||||
|
|
|
@ -156,6 +156,7 @@ itchyny/vim-gitbranch
|
|||
ivanov/vim-ipython
|
||||
jacoborus/tender.vim
|
||||
jaredgorski/SpaceCamp
|
||||
jaxbot/semantic-highlight.vim
|
||||
JazzCore/ctrlp-cmatcher
|
||||
jceb/vim-hier
|
||||
jceb/vim-orgmode
|
||||
|
|
Loading…
Reference in a new issue