mirror of
https://github.com/Dannecron/Dannecron.git
synced 2025-12-25 16:22:35 +03:00
22 lines
262 B
Lua
22 lines
262 B
Lua
local conf = {
|
|
ensure_installed = {
|
|
"vim",
|
|
"vimdoc",
|
|
"lua",
|
|
"html",
|
|
"css",
|
|
"javascript",
|
|
"typescript",
|
|
"tsx",
|
|
"c",
|
|
"cmake",
|
|
"markdown",
|
|
"markdown_inline",
|
|
},
|
|
indent = {
|
|
enable = true,
|
|
},
|
|
}
|
|
|
|
return conf
|