增加neovim/nvim-lspconfig

This commit is contained in:
LingZhaoHui 2024-06-08 12:51:11 +08:00
parent ba2e755584
commit ddbce142df
Signed by: zeekling
GPG Key ID: D96E4E75267CA2CC

View File

@ -1,4 +1,3 @@
return {
{
"hrsh7th/nvim-cmp",
@ -35,5 +34,8 @@ return {
})
end,
},
{
"neovim/nvim-lspconfig"
}
}