diff options
Diffstat (limited to 'lua/user/treesitter.lua')
| -rw-r--r-- | lua/user/treesitter.lua | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua index b840ccd..db78f70 100644 --- a/lua/user/treesitter.lua +++ b/lua/user/treesitter.lua @@ -18,8 +18,8 @@ configs.setup { sync_install = false, ignore_install = { "" }, -- List of parsers to ignore installing autopairs = { - enable = true, - }, + enable = true, + }, highlight = { enable = true, -- false will disable the whole extension disable = { "" }, -- list of language that will be disabled @@ -27,4 +27,8 @@ configs.setup { }, indent = { enable = true, disable = { "yaml" } }, + context_commentstring = { + enable = true, + enable_autocmd = false, + }, } |
