1
Fork 0
satellite/dotfiles/neovim/.neoconf.json

18 lines
233 B
JSON
Raw Normal View History

2022-12-14 03:20:59 +01:00
{
"neoconf": {
"plugins": {
"sumneko_lua": {
"enabled": true
}
}
},
"neodev": {
"library": {
"enabled": true,
"types": true,
2022-12-26 20:07:10 +01:00
"plugins": false,
2022-12-14 03:20:59 +01:00
"runtime": true
}
}
}