mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
vimPlugins.vim-matchup: init at 2020-08-16
This commit is contained in:
parent
770acba6de
commit
eddeae2328
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user