Temporarily disable treesitter highlighting
parent
87798c9091
commit
8208d43753
|
@ -1,6 +1,6 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
|
||||
highlight = {
|
||||
enable = true, -- false will disable the whole extension
|
||||
enable = false, -- false will disable the whole extension
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue