3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #91564 from Vonfry/vimPlugins/MatchTagAlways

vimPlugins: MatchTagAlways init at 2017-05-20
This commit is contained in:
Sandro 2020-11-25 22:44:26 +01:00 committed by GitHub
commit 57692d5327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -2074,6 +2074,18 @@ let
meta.homepage = "https://github.com/vim-scripts/matchit.zip/";
};
MatchTagAlways = buildVimPluginFrom2Nix {
pname = "MatchTagAlways";
version = "2017-05-20";
src = fetchFromGitHub {
owner = "Valloric";
repo = "MatchTagAlways";
rev = "352eb479a4ad1608e0880b79ab2357aac2cf4bed";
sha256 = "0y8gq4cs0wm2ijagc2frpmm664z355iridxyl5893576v5aqp8z1";
};
meta.homepage = "https://github.com/Valloric/MatchTagAlways/";
};
mattn-calendar-vim = buildVimPluginFrom2Nix {
pname = "mattn-calendar-vim";
version = "2019-11-24";

View file

@ -576,6 +576,7 @@ udalov/kotlin-vim
ujihisa/neco-look
unblevable/quick-scope
urbit/hoon.vim
Valloric/MatchTagAlways
Valodim/deoplete-notmuch
vhda/verilog_systemverilog.vim
vigoux/LanguageTool.nvim