bonfire/config/nvim/.neoconf.json

16 lines
198 B
JSON
Raw Normal View History

2023-12-15 19:49:42 +05:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}