Updated to v3 format, removed extra files

This commit is contained in:
Ismo Vuorinen
2023-02-21 12:32:58 +02:00
parent b7dea1ae66
commit 95fb4042a7
28 changed files with 339 additions and 838 deletions

View File

@@ -1,35 +0,0 @@
return {
-- Automatically install missing parsers when entering buffer
auto_install = true,
ensure_installed = {
"help",
"bash",
"c",
"cmake",
"comment",
"diff",
"dockerfile",
"gitignore",
"graphql",
"html",
"javascript",
"json",
"json5",
"latex",
"lua",
"markdown",
"php",
"phpdoc",
"python",
"scss",
"sql",
"terraform",
"todotxt",
"toml",
"typescript",
"vim",
"vue",
"yaml",
}
}