This commit is contained in:
ralvescosta 2025-03-21 08:04:57 -03:00
parent 1dcd891d08
commit ba766952ab
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ return {
-- the list of additional_vim_regex_highlighting and disabled languages for indent. -- the list of additional_vim_regex_highlighting and disabled languages for indent.
additional_vim_regex_highlighting = { 'ruby', 'go', 'terraform' }, additional_vim_regex_highlighting = { 'ruby', 'go', 'terraform' },
}, },
indent = { enable = true, disable = { 'ruby', 'go' } }, indent = { enable = true, disable = { 'ruby' } },
}, },
-- There are additional nvim-treesitter modules that you can use to interact -- There are additional nvim-treesitter modules that you can use to interact
-- with nvim-treesitter. You should go explore a few and see what interests you: -- with nvim-treesitter. You should go explore a few and see what interests you: