From 79464140d8b66273d3d853501497e00c15e15e8b Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 10 Dec 2022 19:46:11 +0100 Subject: [PATCH] feat(nvim): add vim-matchup plugin --- nvim/lua/kogakure/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/kogakure/plugins.lua b/nvim/lua/kogakure/plugins.lua index c04a4d4..dcebbab 100644 --- a/nvim/lua/kogakure/plugins.lua +++ b/nvim/lua/kogakure/plugins.lua @@ -189,6 +189,7 @@ return packer.startup(function(use) use("christoomey/vim-sort-motion") -- gs use("tommcdo/vim-exchange") -- cx, cxx, X, cxc use("easymotion/vim-easymotion") -- f/L + use("andymass/vim-matchup") -- Better % matching -- TMUX use("christoomey/vim-tmux-navigator")