treesitter updates #6

Merged
softinio merged 1 commit from update-treesitter into main 2024-05-19 17:11:32 -07:00
Showing only changes of commit b3e023926a - Show all commits

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",
},