Initial Code

This commit is contained in:
2024-05-17 07:50:53 +02:00
commit ff3870e975
21 changed files with 2414 additions and 0 deletions

View File

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