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