Files
nvim/.neoconf.json
Daniel Patterson f98972e43f Add initial config
2023-07-19 12:45:55 +01:00

16 lines
183 B
JSON

{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}