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

20 lines
248 B
JSON
Raw Normal View History

2023-01-10 02:38:06 +01:00
{
"neoconf": {
"plugins": {
2023-03-30 02:54:57 +02:00
"lua_ls": {
2023-01-10 02:38:06 +01:00
"enabled": true
}
}
},
"neodev": {
"library": {
"enabled": true,
"types": true,
"plugins": [
"scrap"
],
2023-01-10 02:38:06 +01:00
"runtime": true
}
}
}