treesitter updates

This commit is contained in:
Salar Rahmanian 2024-05-19 17:11:05 -07:00
parent f875590278
commit b3e023926a

View file

@ -9,22 +9,18 @@ return {
require("nvim-treesitter.configs").setup({
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = {
"awk",
"bash",
"c",
"cpp",
"go",
"lua",
"python",
"rust",
"typescript",
"vim",
"scala",
"bash",
"css",
"dockerfile",
"fish",
"git_rebase",
"gitattributes",
"gitcommit",
"gitignore",
"go",
"haskell",
"hocon",
"html",
@ -33,12 +29,24 @@ return {
"javascript",
"json",
"json5",
"jsonc",
"latex",
"lua",
"make",
"markdown_inline",
"nix",
"proto",
"python",
"rust",
"scala",
"scss",
"sql",
"swift",
"terraform",
"toml",
"typescript",
"vim",
"xml",
"yaml",
},