remove duplicated config

This commit is contained in:
qwjyh 2025-03-03 21:31:35 +09:00
parent 54a9cdfca2
commit 279da20b97

View file

@ -125,14 +125,6 @@ require('lazy').setup({
},
{
"andymass/vim-matchup",
config = function()
vim.g.matchup_matchparen_offscreen = { method = "popup" }
require 'nvim-treesitter.configs'.setup {
matchup = {
enable = true,
}
}
end,
},
{
'nvim-telescope/telescope.nvim',