summaryrefslogtreecommitdiff
path: root/lua/user/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/treesitter.lua')
-rw-r--r--lua/user/treesitter.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua
index 7d45bd4..b840ccd 100644
--- a/lua/user/treesitter.lua
+++ b/lua/user/treesitter.lua
@@ -17,6 +17,9 @@ configs.setup {
ensure_installed = "maintained",
sync_install = false,
ignore_install = { "" }, -- List of parsers to ignore installing
+ autopairs = {
+ enable = true,
+ },
highlight = {
enable = true, -- false will disable the whole extension
disable = { "" }, -- list of language that will be disabled