feat: add configuration for Matchup plugin
This commit is contained in:
@@ -26,6 +26,7 @@ return {
|
|||||||
},
|
},
|
||||||
{ -- Yanky
|
{ -- Yanky
|
||||||
"gbprod/yanky.nvim",
|
"gbprod/yanky.nvim",
|
||||||
|
requires = { "kkharji/sqlite.lua" },
|
||||||
opts = data.types.yanky,
|
opts = data.types.yanky,
|
||||||
},
|
},
|
||||||
{ -- VSCode
|
{ -- VSCode
|
||||||
@@ -76,4 +77,15 @@ return {
|
|||||||
"Chaitanyabsprip/fastaction.nvim",
|
"Chaitanyabsprip/fastaction.nvim",
|
||||||
opts = {},
|
opts = {},
|
||||||
},
|
},
|
||||||
|
{ -- Matchup
|
||||||
|
"andymass/vim-matchup",
|
||||||
|
setup = function()
|
||||||
|
-- may set any options here
|
||||||
|
vim.g.matchup_matchparen_offscreen = { method = "popup" }
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
{ -- EasyAlign
|
||||||
|
"junegunn/vim-easy-align",
|
||||||
|
keys = data.keys.easyalign,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user