mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
37 lines
551 B
Lua
37 lines
551 B
Lua
return {
|
|
highlight = { enable = true },
|
|
indent = { enable = true },
|
|
context_commentstring = { enable = true, enable_autocmd = false },
|
|
ensure_installed = {
|
|
"bash",
|
|
"c",
|
|
"css",
|
|
"dockerfile",
|
|
"eex",
|
|
"elixir",
|
|
"help",
|
|
"html",
|
|
"javascript",
|
|
"json",
|
|
"lua",
|
|
"luadoc",
|
|
"luap",
|
|
"markdown",
|
|
"markdown_inline",
|
|
"python",
|
|
"query",
|
|
"regex",
|
|
"ruby",
|
|
"rust",
|
|
"scss",
|
|
"sql",
|
|
"swift",
|
|
"toml",
|
|
"tsx",
|
|
"typescript",
|
|
"vim",
|
|
"vue",
|
|
"yaml",
|
|
},
|
|
}
|