Temporarily disable treesitter highlighting

pull/1/head
Ensar Sarajčić 2021-02-25 16:18:45 +01:00
parent 87798c9091
commit 8208d43753
1 changed files with 1 additions and 1 deletions

View File

@ -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
},
}