dotfiles/nvim/.neoconf.json

16 lines
183 B
JSON
Raw Normal View History

2023-03-18 23:30:18 +00:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}