lazyvim/.neoconf.json

16 lines
183 B
JSON
Raw Normal View History

2023-01-07 01:20:36 -08:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
2023-02-27 01:29:06 -08:00
"lua_ls": {
2023-01-07 01:20:36 -08:00
"enabled": true
}
}
}
}