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
< The optional {completion} argument specifies the type of
completion supported for the input. Without it completion is
not performed. The supported completion types are the same as
that can be supplied to a user-defined command using the
"-complete=" argument. Refer to |:command-completion| for
more information. Example: >vim
let fname = input("File: ", "", "file")
but doing that has no effect
Screenshot:
Expected behavior
Auto complete suggestions should follow the configured completion in vim.fn.input
Relevant configuration
neovim version
0.10.3
blink.cmp version
The text was updated successfully, but these errors were encountered:
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
As per the docs in the help section
but doing that has no effect
Screenshot:
![Image](https://private-user-images.githubusercontent.com/150584466/406650535-be293801-c376-4812-af81-19db270c2804.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3NTMwMzMsIm5iZiI6MTczODc1MjczMywicGF0aCI6Ii8xNTA1ODQ0NjYvNDA2NjUwNTM1LWJlMjkzODAxLWMzNzYtNDgxMi1hZjgxLTE5ZGIyNzBjMjgwNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNVQxMDUyMTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZDVmYmVmYjQxZTUwNzlhNmRiZTZlZDAwMWY1Nzg1NGIwY2M2MjI1NTYyNGQ0NWY2N2JjYTY0MmMyMzM4MDhhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.m1GnhBVj0ztUsHvkovL6tnJeB_O5eTUGB5GOV1TxFq8)
Expected behavior
Auto complete suggestions should follow the configured completion in
vim.fn.input
Relevant configuration
neovim
version0.10.3
blink.cmp
versionThe text was updated successfully, but these errors were encountered: