6 lines
140 B
Lua
6 lines
140 B
Lua
require'nvim-treesitter.configs'.setup {
|
|
matchup = {
|
|
enable = true -- mandatory, false will disable the whole extension
|
|
}
|
|
}
|