You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to run `config` for blink.cmp
...share/nvim/lazy/blink.cmp/lua/blink/cmp/config/utils.lua:29: completion.menu.draw.columns: expected a table of tables, where each table contains a list of components and an optional gap. List of available components: kind_icon, source_
name, provider, label, label_description, kind, got table: 0x01084ac740
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
Cann't setup
source_id
completion.menu.draw.columns = { { "label", gap = 1 }, { "kind_icon" }, {"kind" }, {"source_id" } },
With source_name -> fine!
Error:
Relevant configuration
neovim
versionNVIM v0.10.0
blink.cmp
versionmain
The text was updated successfully, but these errors were encountered: