From b3e023926ac8aff68c6db7e6ec02847485e53f08 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 19 May 2024 17:11:05 -0700 Subject: [PATCH] treesitter updates --- lua/plugins/treesitter.lua | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 2b486ea..f8cee9f 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -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", }, -- 2.46.0