Compare commits

..

No commits in common. "d5b436ac78b01c2548edbb7e7ca5c70770a6cd8c" and "f875590278de306462a02ba6bdd3181fd63e5b45" have entirely different histories.

View file

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