Skip to content

bug: lang.vue - LSP stops working with vue-language-tools > 3 #6236

@Aietes

Description

@Aietes

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

  1. 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
  },
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions