feat: config

This commit is contained in:
hexlocation 2025-05-12 07:48:47 +02:00
commit d47035b8c7
11 changed files with 421 additions and 0 deletions

15
.neoconf.json Normal file
View file

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