We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
blink.cmp
Accepting a completion for certain command arguments results in the prefix being prepended to the completion text. For example:
With :lua:
:lua
:lua vim.no
:lua vim.vim.notify
:lua vim.notify
With :set:
:set
:set ft=lu
:set ft=ft=lua
:set ft=lua
Similar behavior when completing filepaths e.g. :e /etc, lua expression inspecting e.g. :=vim.notify, and probably others.
:e /etc
:=vim.notify
Default settings. Tested with default, super-tab, and enter cmdline mappings presets.
default
super-tab
enter
NVIM v0.11.0-dev-1273+g7a367c6967
217f670
The text was updated successfully, but these errors were encountered:
:=
This is a duplicate of #46 and #541, I guess.
Sorry, something went wrong.
Ah, thanks, I should have checked more closely.
.
No branches or pull requests
Make sure you have done the following
blink.cmp
Bug Description
Accepting a completion for certain command arguments results in the prefix being prepended to the completion text. For example:
With
:lua
::lua vim.no
:lua vim.vim.notify
:lua vim.notify
With
:set
::set ft=lu
:set ft=ft=lua
:set ft=lua
Similar behavior when completing filepaths e.g.
:e /etc
, lua expression inspecting e.g.:=vim.notify
, and probably others.Relevant configuration
Default settings. Tested with
default
,super-tab
, andenter
cmdline mappings presets.neovim version
NVIM v0.11.0-dev-1273+g7a367c6967
blink.cmp
version: branch, tag, or commit217f670
The text was updated successfully, but these errors were encountered: