fix autocomplete

This commit is contained in:
2026-04-07 17:12:47 +01:00
parent 6d525d0971
commit fd2307eb0c
3 changed files with 36 additions and 30 deletions
+2 -2
View File
@@ -6,12 +6,12 @@ return {
-- Allows extra capabilities provided by blink.cmp
{
"saghen/blink.cmp",
config = function(_, opts)
require("blink.cmp").setup(opts)
opts = function(_, opts)
-- Add blink.cmp capabilities to the default LSP client capabilities
vim.lsp.config("*", {
capabilities = require("blink.cmp").get_lsp_capabilities(),
})
return opts
end,
},