2023-01-10 02:38:06 +01:00
|
|
|
{
|
|
|
|
"neoconf": {
|
|
|
|
"plugins": {
|
2023-03-30 02:54:57 +02:00
|
|
|
"lua_ls": {
|
2023-01-10 02:38:06 +01:00
|
|
|
"enabled": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"neodev": {
|
|
|
|
"library": {
|
|
|
|
"enabled": true,
|
|
|
|
"types": true,
|
2023-03-14 20:57:07 +01:00
|
|
|
"plugins": [
|
|
|
|
"scrap"
|
|
|
|
],
|
2023-01-10 02:38:06 +01:00
|
|
|
"runtime": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|