Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
1.33k stars 77 forks source link

Completion does not handle `.` (dot) command #182

Open gwww opened 1 month ago

gwww commented 1 month ago

When I hit tab to complete something the part after the tab is not a part of dot repeat.

Example, in a lua file in input mode:

vim. ==> vim.call

(to exit input mode) . ==> vim. Hope this is clear. I have not checked what nvim-cmp does.
Saghen commented 1 month ago

Fixing this requires using an operatorfunc or feedkeys/nvim_paste. It looks like an official solution is in the works which I'll likely wait for