config.nvim/lua/plugins/matchup.lua

6 lines
140 B
Lua
Raw Normal View History

2021-09-07 23:26:21 +08:00
require'nvim-treesitter.configs'.setup {
matchup = {
enable = true -- mandatory, false will disable the whole extension
}
}