dotfiles/home/dot_config/nvim/dot_neoconf.json

16 lines
183 B
JSON
Raw Normal View History

2024-10-08 12:37:20 +01:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}