fix: fixed matchit

This commit is contained in:
2022-08-06 16:59:09 -04:00
parent b094f782a9
commit 861068cbe5
+6
View File
@@ -142,7 +142,13 @@ lvim.plugins = {
"andymass/vim-matchup",
event = "CursorMoved",
config = function()
vim.g.loaded_matchit = 1
vim.g.matchup_matchparen_offscreen = { method = "popup" }
require("nvim-treesitter.configs").setup({
matchup = {
enable = true,
},
})
end,
},
{