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
This is almost certainly caused by hrsh7th/nvim-cmp#1177, because python omnifunc produces a textEdit that keeps the "a" unchanged and simply appends "rgv", but get_replace_range discards that range and invents its own that replaces the "a" as well. What seems to help is to configure mappings to always insert rather than replacing (so that get_replace_range is never invoked).
liskin
added a commit
to liskin/dotfiles
that referenced
this issue
Aug 21, 2024
When I use the builtin python omnifunc, the first letter of the selection is not inserted:
cmp.mp4
The text was updated successfully, but these errors were encountered: