1
0
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:
2025-02-02 19:28:41 +01:00
parent b40fa30e54
commit 302db332f9
10 changed files with 97 additions and 121 deletions

View File

@ -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]