1
Fork 0
satellite/dotfiles/neovim/.neoconf.json
Matei Adriel 657fecfa64 Backup
2022-12-14 03:20:59 +01:00

18 lines
232 B
JSON

{
"neoconf": {
"plugins": {
"sumneko_lua": {
"enabled": true
}
}
},
"neodev": {
"library": {
"enabled": true,
"types": true,
"plugins": true,
"runtime": true
}
}
}