also using the neovim syntax to indent the file along with treesitter

This commit is contained in:
aminnairi
2023-12-06 04:51:46 +01:00
parent 4ba859ac10
commit 8f13863d45
@@ -49,12 +49,11 @@ return {
highlight = { highlight = {
enable = true, enable = true,
-- Setting this to true will run `:h syntax` and tree-sitter at the same time. -- Setting this to true will run `:h syntax` and tree-sitter at the same time.
-- Set this to `true` if you depend on "syntax" being enabled (like for indentation). -- Set this to `true` if you depend on "syntax" being enabled (like for indentation).
-- Using this option may slow down your editor, and you may see some duplicate highlights. -- Using this option may slow down your editor, and you may see some duplicate highlights.
-- Instead of true it can also be a list of languages -- Instead of true it can also be a list of languages
additional_vim_regex_highlighting = false, additional_vim_regex_highlighting = true,
}, },
}) })
end, end,