Initial commit

This commit is contained in:
Luuk Machielse 2026-01-03 13:30:32 +01:00
commit 9c9cd19c2b
28 changed files with 2144 additions and 0 deletions

View file

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