vimPlugins.vim-matchup: init at 2020-08-16

This commit is contained in:
RonanMacF 2020-08-16 20:51:27 +01:00 committed by Jon
parent 770acba6de
commit eddeae2328
2 changed files with 13 additions and 0 deletions

View File

@ -5701,6 +5701,18 @@ let
meta.homepage = "https://github.com/plasticboy/vim-markdown/";
};
vim-matchup = buildVimPluginFrom2Nix {
pname = "vim-matchup";
version = "2020-08-16";
src = fetchFromGitHub {
owner = "andymass";
repo = "vim-matchup";
rev = "b1af5a28242ae58ece98d833a2bf28e030d57230";
sha256 = "1nnn0cxvpgmgi8xpqmhxr3vi42s3g1d0rn683hyizdn4i0l888k3";
};
meta.homepage = "https://github.com/andymass/vim-matchup/";
};
vim-mergetool = buildVimPluginFrom2Nix {
pname = "vim-mergetool";
version = "2019-06-22";

View File

@ -14,6 +14,7 @@ andreshazard/vim-logreview
AndrewRadev/splitjoin.vim
andsild/peskcolor.vim
andviro/flake8-vim
andymass/vim-matchup
andys8/vim-elm-syntax
antoinemadec/coc-fzf
ap/vim-css-color