summaryrefslogtreecommitdiff
path: root/lua/user/treesitter.lua
diff options
context:
space:
mode:
authorlouie <louie@example.com>2022-07-18 17:56:24 -0700
committerlouie <louie@example.com>2022-07-18 17:56:24 -0700
commitb99944169ec2ee847aedebfcd6473777e3355930 (patch)
tree6fdc3ab472c8072dd4ddf3b561db389c6f72891b /lua/user/treesitter.lua
parent0783268e30dd8e5b4648164e54baf72e4a6cb83b (diff)
Improved GUI colors toggle
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,