initial commit

This commit is contained in:
Michael Floßmann 2025-06-30 13:45:29 +02:00
parent 180a864e19
commit f58d044ada
18 changed files with 747 additions and 1 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
}
}
}