chore(deps): update dependencies
This commit is contained in:
@@ -63,7 +63,6 @@ return {
|
||||
{
|
||||
"nvim-lspconfig",
|
||||
after = function()
|
||||
local lsp = require("lspconfig")
|
||||
for k, v in pairs(lsps) do
|
||||
if type(v) == "function" then
|
||||
v = v()
|
||||
@@ -75,7 +74,8 @@ return {
|
||||
|
||||
v.capabilities = require("blink.cmp").get_lsp_capabilities(v.capabilities)
|
||||
|
||||
lsp[k].setup(v)
|
||||
vim.lsp.enable(k)
|
||||
vim.lsp.config(k, v)
|
||||
end
|
||||
|
||||
vim.diagnostic.config({
|
||||
|
||||
Reference in New Issue
Block a user