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 = {
"bash",
"css",
"dockerfile",
"fish",
"go",
"gomod",
"html",
"java",
"javascript",
"json",
"kotlin",
"lua",
"make",
"python",
"rust",
"scala",
"toml",
"typescript",
"vim",
"yaml",
}