lazyvimconfig/.neoconf.json

16 lines
183 B
JSON
Raw Normal View History

2025-05-18 20:29:11 +08:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}