mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 06:50:04 +08:00
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": {}
|
|
}
|
|
}
|