mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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/";
|
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 {
|
vim-mergetool = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-mergetool";
|
pname = "vim-mergetool";
|
||||||
version = "2019-06-22";
|
version = "2019-06-22";
|
||||||
|
@ -14,6 +14,7 @@ andreshazard/vim-logreview
|
|||||||
AndrewRadev/splitjoin.vim
|
AndrewRadev/splitjoin.vim
|
||||||
andsild/peskcolor.vim
|
andsild/peskcolor.vim
|
||||||
andviro/flake8-vim
|
andviro/flake8-vim
|
||||||
|
andymass/vim-matchup
|
||||||
andys8/vim-elm-syntax
|
andys8/vim-elm-syntax
|
||||||
antoinemadec/coc-fzf
|
antoinemadec/coc-fzf
|
||||||
ap/vim-css-color
|
ap/vim-css-color
|
||||||
|
Loading…
Reference in New Issue
Block a user