mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-18 21:54:46 -04:00
fix: fixed matchit
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user