more treesitter grammars

This commit is contained in:
Adithya 2024-02-24 19:16:50 +05:30
parent e491366fe9
commit 5a377f4151
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

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