Treesitter : Disable for lua temporarily.
This commit is contained in:
parent
467785929d
commit
664d2cbd54
|
@ -7,6 +7,7 @@ require("nvim-treesitter.configs").setup {
|
|||
additional_vim_regex_highlighting = false,
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
disable = { "lua" },
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
|
|
Loading…
Reference in a new issue