diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 15:11:10 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 15:11:10 +0100 |
| commit | b8e8fccb00dafc937ab84c90fc4ad90bc982fe98 (patch) | |
| tree | 143c143587b99ddc38ca9a2eaa586e411f35aa7e /lua/user/treesitter.lua | |
| parent | 06a4f3a8c25a1a7b9be9301f77a12d8c12397bb9 (diff) | |
| parent | df55cb522dfd6b3d2cd2b734fce9d8fc1303385a (diff) | |
Merge branch '09-autopairs' into vgg
Diffstat (limited to 'lua/user/treesitter.lua')
| -rw-r--r-- | lua/user/treesitter.lua | 3 |
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 |
