dotfiles/home/private_dot_config/nvim/dot_neoconf.json

16 lines
188 B
JSON
Raw Normal View History

2023-02-10 09:24:29 -06:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"sumneko_lua": {
"enabled": true
}
}
}
}