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")