Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show documentation when expanding snippets is broken #247

Closed
2 tasks done
Rishabh672003 opened this issue Nov 3, 2024 · 1 comment
Closed
2 tasks done

show documentation when expanding snippets is broken #247

Rishabh672003 opened this issue Nov 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Rishabh672003
Copy link

Rishabh672003 commented Nov 3, 2024

Make sure you have done the following

  • I have updated to the latest version of blink.cmp
  • I have read the README

Bug Description

As you can see when i try to trigger, i know there is no docs to show for those completion but it shouldnt error out, this happens automatically when auto_show = true for documentation

this doesnt happen with 0.5.0 so might be a regression

recording_2024-11-03-111207.mp4

Relevant configuration

keymap = "default",
-- experimental auto-brackets support
accept = { auto_brackets = { enabled = true } },
-- experimental signature help support
trigger = { signature_help = { enabled = false } },

windows = {
  documentation = {
    auto_show = false,
  },
},

neovim version

NVIM v0.10.2

blink.cmp version: branch, tag, or commit

v0.5.1

@Rishabh672003 Rishabh672003 added the bug Something isn't working label Nov 3, 2024
@bwafi
Copy link

bwafi commented Nov 3, 2024

I found same issue, but only occurs with the Go-Lang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants