add lazynvim config

This commit is contained in:
Alexander Navarro 2023-05-16 14:23:53 -04:00
parent a1b3ad3dc8
commit 7b2cfd98dd
9 changed files with 361 additions and 13 deletions

View file

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