[neovim] Update treesitter config

This commit is contained in:
Daniel Carrillo 2024-05-02 17:42:25 +02:00
parent 069882fcb8
commit 92e128c6f4
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 15 additions and 4 deletions

View File

@ -1,15 +1,26 @@
require("nvim-treesitter.configs").setup({
ensure_installed = {
"lua",
"markdown",
"markdown_inline",
"bash",
"diff",
"python",
"go",
"gomod",
"gowork",
"java",
"javascript",
"json",
"kotlin",
"lua",
"make",
"markdown",
"markdown_inline",
"python",
"regex",
"sql",
"terraform",
"tsx",
"typescript",
"vim",
"vimdoc",
"yaml",
},
highlight = {