-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the LazyVim docs
- I have updated the plugin to the latest version before submitting this issue
- I have searched the existing issues of LazyVim
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
0.11.2
Operating system/version
MacOs 11.5
Describe the bug
blink.cmp is no longer showing LSP completions. My LSP config seems fine, when enabling the nvim-cmp extra LSP completion works fine, also all expected LSPs are attached and working. It seems the blink LSP integration is somehow broken. I tried several workarounds, e.g. downgrading to blink.cmp 1.3.1, but I'm not able to track down the cause or fix the issue. I hope someone can help.
Steps To Reproduce
- Trigger autocompletion in a project with the blink.cmp extra enabled. (Tried in Vue project and Rust project).
Expected Behavior
LSP completions to be shown.
Repro
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
-- add any other plugins here
},
})digitalfixa, MauricioLopezC, dimroc, shaardie and deifyedMaxAntony
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working