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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua
index 0b5650a..063e414 100644
--- a/lua/user/treesitter.lua
+++ b/lua/user/treesitter.lua
@@ -4,7 +4,7 @@ configs.setup {
sync_install = false,
ignore_install = { "" }, -- List of parsers to ignore installing
highlight = {
- enable = true, -- false will disable the whole extension
+ enable = false, -- false will disable the whole extension
disable = { "" }, -- list of language that will be disabled
additional_vim_regex_highlighting = true,