Skip to content

Commit 6e48bf4

Browse files
committed
feat(vim): add matchup plugin
1 parent aa59dbf commit 6e48bf4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/nvim/lua/plugins/core.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ return {
88
"AndrewRadev/splitjoin.vim",
99
"tpope/vim-sleuth",
1010
"editorconfig/editorconfig-vim", -- TODO is this still required?
11+
{
12+
"andymass/vim-matchup",
13+
config = function()
14+
vim.g.matchup_matchparen_offscreen = { method = "popup" }
15+
end,
16+
},
1117
{
1218
"tpope/vim-fugitive",
1319
lazy = false,

0 commit comments

Comments
 (0)