nvim: install typescript treesitter parser

This commit is contained in:
nicolas 2023-10-03 23:41:08 +02:00
parent db46ec38e3
commit f2be6218fb
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
require 'nvim-treesitter.configs'.setup {
autotag={
enable=true
autotag = {
enable = true
},
ensure_installed = { "elixir", "heex", "eex", "html", "surface", "rust", "lua", "markdown", "javascript", "tsx", "css",
"yaml", "java", "bash", "json", "python", "arduino", "c", "cpp" },
ensure_installed = { "elixir", "heex", "eex", "html", "surface", "rust", "lua", "markdown", "javascript", "typescript",
"tsx", "css", "yaml", "java", "bash", "json", "python", "arduino", "c", "cpp" },
sync_install = false,
ignore_install = {},
highlight = {