This commit is contained in:
afiqzudinhadi 2026-02-09 11:44:21 +08:00
commit 4710f182a7
11 changed files with 497 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
}
}
}
}