Disable treesitter highlighting in vimscript

This commit is contained in:
Rob Watson 2021-09-06 11:48:32 +02:00
parent 3aeeb45573
commit cfd52a6831
1 changed files with 1 additions and 0 deletions

1
nvimrc
View File

@ -470,6 +470,7 @@ require 'nvim-treesitter.configs'.setup {
ensure_installed = "maintained",
highlight = {
enable = true,
disable = {"vim"},
},
incremental_selection = {
enable = true,