Skip to content

Commit eddeae2

Browse files
RonanMacFJon
authored andcommitted
vimPlugins.vim-matchup: init at 2020-08-16
1 parent 770acba commit eddeae2

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

pkgs/misc/vim-plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5701,6 +5701,18 @@ let
57015701
meta.homepage = "https://github.com/plasticboy/vim-markdown/";
57025702
};
57035703

5704+
vim-matchup = buildVimPluginFrom2Nix {
5705+
pname = "vim-matchup";
5706+
version = "2020-08-16";
5707+
src = fetchFromGitHub {
5708+
owner = "andymass";
5709+
repo = "vim-matchup";
5710+
rev = "b1af5a28242ae58ece98d833a2bf28e030d57230";
5711+
sha256 = "1nnn0cxvpgmgi8xpqmhxr3vi42s3g1d0rn683hyizdn4i0l888k3";
5712+
};
5713+
meta.homepage = "https://github.com/andymass/vim-matchup/";
5714+
};
5715+
57045716
vim-mergetool = buildVimPluginFrom2Nix {
57055717
pname = "vim-mergetool";
57065718
version = "2019-06-22";

pkgs/misc/vim-plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ andreshazard/vim-logreview
1414
AndrewRadev/splitjoin.vim
1515
andsild/peskcolor.vim
1616
andviro/flake8-vim
17+
andymass/vim-matchup
1718
andys8/vim-elm-syntax
1819
antoinemadec/coc-fzf
1920
ap/vim-css-color

0 commit comments

Comments
 (0)