summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorRonanMacF <macfhlar@tcd.ie>2020-08-16 20:51:27 +0100
committerJon <jonringer@users.noreply.github.com>2020-08-17 17:46:59 -0700
commiteddeae232822dfaa21d3d432ed29092b9669eb6d (patch)
tree122d56e983574b5901174e94494d61bd076e9f62 /pkgs/misc
parent770acba6dea358e251f5821254795e53b3d613ba (diff)
downloadnixpkgs-eddeae232822dfaa21d3d432ed29092b9669eb6d.tar
nixpkgs-eddeae232822dfaa21d3d432ed29092b9669eb6d.tar.gz
nixpkgs-eddeae232822dfaa21d3d432ed29092b9669eb6d.tar.bz2
nixpkgs-eddeae232822dfaa21d3d432ed29092b9669eb6d.tar.lz
nixpkgs-eddeae232822dfaa21d3d432ed29092b9669eb6d.tar.xz
nixpkgs-eddeae232822dfaa21d3d432ed29092b9669eb6d.tar.zst
nixpkgs-eddeae232822dfaa21d3d432ed29092b9669eb6d.zip
vimPlugins.vim-matchup: init at 2020-08-16
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix12
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index 749e43b4f85..56a49061e33 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -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";
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 5c115f7139f..bbe0bf273db 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -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