diff options
| author | bh <qn+git@excalibur.computer> | 2025-11-19 16:09:08 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-11-19 16:09:08 +0800 |
| commit | 7135b926ce011c34de5a68afb2b4bf8396f76123 (patch) | |
| tree | 346c1642904211354303719f05c189383cc4e2eb /lua/config | |
| parent | 5e80cc2081ec616c828a0abe82d246c4dc0a4334 (diff) | |
Improved Theming of the Config
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index a38d5c0..897f758 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -19,7 +19,7 @@ return function() auto_install = true, highlight = { enable = true, - disable = {}, + disable = {"latex"}, additional_vim_regex_highlighting = false, }, indent = { |
