vimPlugins.MatchTagAlways: init at 2017-05-20

This commit is contained in:
Vonfry
2020-10-29 19:36:57 +08:00
parent baca38fd3f
commit a4bcdfb377
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -1990,6 +1990,18 @@ let
meta.homepage = "https://github.com/vim-scripts/matchit.zip/"; 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 { mattn-calendar-vim = buildVimPluginFrom2Nix {
pname = "mattn-calendar-vim"; pname = "mattn-calendar-vim";
version = "2019-11-24"; version = "2019-11-24";
+1
View File
@@ -548,6 +548,7 @@ udalov/kotlin-vim
ujihisa/neco-look ujihisa/neco-look
unblevable/quick-scope unblevable/quick-scope
urbit/hoon.vim urbit/hoon.vim
Valloric/MatchTagAlways
Valodim/deoplete-notmuch Valodim/deoplete-notmuch
vhda/verilog_systemverilog.vim vhda/verilog_systemverilog.vim
vim-airline/vim-airline vim-airline/vim-airline