19 lines
257 B
JSON
19 lines
257 B
JSON
|
{
|
||
|
"neodev": {
|
||
|
"library": {
|
||
|
"enabled": true,
|
||
|
"plugins": ["neoconf.nvim", "nvim-lspconfig"]
|
||
|
}
|
||
|
},
|
||
|
"neoconf": {
|
||
|
"plugins": {
|
||
|
"lua_ls": {
|
||
|
"enabled": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"lspconfig": {
|
||
|
"sumneko_lua": {}
|
||
|
}
|
||
|
}
|