Mercurial > dotfiles
diff .chezmoitemplates/init.lua @ 503:18c6eb4d5c71
Disable treesitter based highlighting for now (again)
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 10 Dec 2021 10:17:42 +0100 |
parents | 6b6da9305782 |
children | 80b42722bfa8 |
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua Mon Dec 06 15:19:44 2021 +0100 +++ b/.chezmoitemplates/init.lua Fri Dec 10 10:17:42 2021 +0100 @@ -311,8 +311,11 @@ require 'nvim-treesitter.highlight' require('nvim-treesitter.configs').setup { + indent = { + enable = false, + }, highlight = { - enable = true, + enable = false, disable = function(lang, bufnr) -- Only enable for verilog/systemverilog -- And disable for large files