config.nvim/lua/plugins/matchup.lua

6 lines
140 B
Lua

require'nvim-treesitter.configs'.setup {
matchup = {
enable = true -- mandatory, false will disable the whole extension
}
}