Update treesitter

This commit is contained in:
Saeed Afzal
2022-10-10 23:38:39 +01:00
parent 632ba972fe
commit 90d8171334
4 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
require("nvim-treesitter.configs").setup {
ensure_installed = { "lua", "go", "typescript" }
ensure_installed = { "lua" },
highlight = {
enable = true,
additional_vim_regex_highlighting = false
}
}