(add): NVIM LazyVIM starter

This commit is contained in:
2025-06-27 08:58:08 -04:00
parent 896ca76040
commit 381eee8c11
15 changed files with 548 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}