mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 12:19:26 +00:00
[neovim] Replace lsp-cmp by blink
This commit is contained in:
@ -38,8 +38,7 @@ local lspconfig = require("lspconfig")
|
||||
for _, server in pairs(servers) do
|
||||
if server ~= "yamlls" then
|
||||
local opts = {
|
||||
on_attach = require("plugins.lsp.handlers").on_attach,
|
||||
capabilities = require("plugins.lsp.handlers").capabilities,
|
||||
capabilities = require("blink.cmp").get_lsp_capabilities(),
|
||||
}
|
||||
|
||||
server = vim.split(server, "@")[1]
|
||||
|
Reference in New Issue
Block a user