more treesitter grammars
This commit is contained in:
parent
e491366fe9
commit
5a377f4151
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@ require("nvim-treesitter.configs").setup({
|
||||||
|
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
|
"css",
|
||||||
"diff",
|
"diff",
|
||||||
"dockerfile",
|
"dockerfile",
|
||||||
"git_config",
|
"git_config",
|
||||||
|
@ -12,14 +13,17 @@ require("nvim-treesitter.configs").setup({
|
||||||
"go",
|
"go",
|
||||||
"gomod",
|
"gomod",
|
||||||
"gosum",
|
"gosum",
|
||||||
|
"javascript",
|
||||||
"json",
|
"json",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
"nix",
|
"nix",
|
||||||
"lua",
|
"lua",
|
||||||
"toml",
|
"toml",
|
||||||
|
"typescript",
|
||||||
"vim",
|
"vim",
|
||||||
"vimdoc",
|
"vimdoc",
|
||||||
|
"vue",
|
||||||
"yaml",
|
"yaml",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue