mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:17:35 +00:00
Add more treesitter parsers
This commit is contained in:
parent
a307c7e930
commit
784fee4cef
@ -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",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user