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
vim.api.nvim_open_win can accept a string or a table for border. See :h nvim_open_win.
However, it is no more possible to pass a table for window.border config in menu, documentation and signature.
The validation expects only a string and crash if a table is set.
Make sure you have done the following
blink.cmp
Bug Description
vim.api.nvim_open_win
can accept a string or a table for border. See:h nvim_open_win
.However, it is no more possible to pass a table for
window.border
config inmenu
,documentation
andsignature
.The validation expects only a
string
and crash if a table is set.Relevant configuration
neovim version
v0.11.0-dev+g203e7a43d1
blink.cmp
version: branch, tag, or commitmain
The text was updated successfully, but these errors were encountered: