feat: TS
This commit is contained in:
parent
1dcd891d08
commit
ba766952ab
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue