feat(nvim): add vim-matchup plugin

This commit is contained in:
Stefan Imhoff
2022-12-10 19:46:11 +01:00
parent 10938cab4c
commit 79464140d8

View File

@@ -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") -- <Leader><Leader>f/L
use("andymass/vim-matchup") -- Better % matching
-- TMUX
use("christoomey/vim-tmux-navigator")