Adds nvim config

This commit is contained in:
Michel 2024-11-21 22:18:51 +01:00
parent ac5fd4f192
commit 232b3e03a7
14 changed files with 558 additions and 0 deletions

View file

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