This commit is contained in:
2023-02-04 21:51:17 +01:00
commit 25744bdd73
12 changed files with 607 additions and 0 deletions

15
.neoconf.json Normal file
View File

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