config.nvim/lua/plugins/matchup.lua
2021-09-07 23:26:21 +08:00

6 lines
140 B
Lua

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