Add more treesitter parsers

This commit is contained in:
ViViDboarder 2022-01-13 12:50:59 -08:00
parent a307c7e930
commit 784fee4cef
1 changed files with 9 additions and 0 deletions

View File

@ -4,14 +4,23 @@ local M = {}
local ensure_installed = { local ensure_installed = {
"bash", "bash",
"css", "css",
"dockerfile",
"fish", "fish",
"go", "go",
"gomod", "gomod",
"html",
"java",
"javascript", "javascript",
"json", "json",
"kotlin",
"lua", "lua",
"make",
"python", "python",
"rust", "rust",
"scala",
"toml",
"typescript",
"vim",
"yaml", "yaml",
} }