Compare commits
No commits in common. "d5b436ac78b01c2548edbb7e7ca5c70770a6cd8c" and "f875590278de306462a02ba6bdd3181fd63e5b45" have entirely different histories.
d5b436ac78
...
f875590278
|
@ -9,18 +9,22 @@ 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",
|
||||||
"css",
|
"go",
|
||||||
|
"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",
|
||||||
|
@ -29,24 +33,12 @@ 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",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue