Initial commit

This commit is contained in:
Sebastian Bugge 2024-01-22 01:09:40 +01:00 committed by GitHub
commit 1bedefb435
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 553 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
}
}
}
}