fixed treesitter highlights

This commit is contained in:
Oliver Hartmann 2023-05-26 00:06:39 +02:00
parent 29df2f32b2
commit 07e8a7b526

View File

@ -5,7 +5,8 @@ return {
require('nvim-treesitter.configs').setup({
ensure_installed = 'all',
highlight = {
enable = true
enable = true,
additional_vim_regex_highlighting = false
},
rainbow = {
enable = true,