Open gwww opened 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
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
operatorfunc
feedkeys/nvim_paste
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