init: copy LazyVim starter

This commit is contained in:
2026-05-24 15:00:06 -04:00
commit 70f65bda54
11 changed files with 497 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}