lazyvim/.neoconf.json

16 lines
188 B
JSON
Raw Normal View History

2023-02-04 21:51:17 +01:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"sumneko_lua": {
"enabled": true
}
}
}
}