new nvim config

This commit is contained in:
Flo
2025-06-30 21:56:00 +02:00
parent 34e65d765c
commit 165afe8ad4
18 changed files with 554 additions and 14 deletions

View File

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