mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-11 08:20:50 -07:00
25 lines
348 B
Lua
25 lines
348 B
Lua
return {
|
|
ensure_installed = {
|
|
"lua",
|
|
"luadoc",
|
|
"printf",
|
|
"vim",
|
|
"vimdoc",
|
|
"go",
|
|
"gomod",
|
|
"ruby",
|
|
"rust",
|
|
"cpp",
|
|
"javascript",
|
|
"typescript",
|
|
"html",
|
|
"css",
|
|
"astro",
|
|
"bash",
|
|
},
|
|
highlight = {
|
|
enable = true,
|
|
use_languagetree = true,
|
|
},
|
|
indent = { { enable = true } },
|
|
}
|