repaired nvim folder content not showing up

This commit is contained in:
Robin
2026-03-25 21:44:39 +01:00
parent c9206139bf
commit b08166f2d4
20 changed files with 2308 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
local options = {
ensure_installed = { "lua", "vim", "vimdoc" },
highlight = {
enable = true,
use_languagetree = true,
},
indent = { enable = true },
}
return options