Initial commit for astronvim v4 configuration

This commit is contained in:
Xavier Logerais
2024-05-17 19:55:13 +02:00
committed by Xavier Logerais
parent 73890a9ca5
commit dbe1a472b2
29 changed files with 938 additions and 0 deletions

20
.neoconf.json Normal file
View File

@ -0,0 +1,20 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
},
"lspconfig": {
"lua_ls": {
"Lua.format.enable": false
}
}
}