File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ andreshazard/vim-logreview
1414AndrewRadev/splitjoin.vim
1515andsild/peskcolor.vim
1616andviro/flake8-vim
17+ andymass/vim-matchup
1718andys8/vim-elm-syntax
1819antoinemadec/coc-fzf
1920ap/vim-css-color
You can’t perform that action at this time.
0 commit comments