Compare commits

..

2 commits

Author SHA1 Message Date
Salar Rahmanian d5b436ac78 Merge pull request 'treesitter updates' (#6) from update-treesitter into main
Reviewed-on: #6
2024-05-19 17:11:32 -07:00
Salar Rahmanian b3e023926a treesitter updates 2024-05-19 17:11:05 -07:00

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