changed to lazyvim

This commit is contained in:
Simon Ziegler
2025-12-02 16:21:25 +01:00
parent 73ae3af2eb
commit 7077bb188b
17 changed files with 537 additions and 48 deletions

15
.neoconf.json Normal file
View File

@@ -0,0 +1,15 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}