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
I think it is, if your terminal is modern/mouse-friendly.
The right window is nvim builtin menu, cmp isn't. You need to globally map <RightMouse> to a function which triggers/opens cmp menu with custom entries.
You'll also need to locally map <LeftMouse> in the cmp menu window/buffer itself (if cmp doesn't do so already) so that you can select entries with the mouse.
Except for builtin menus, nvim disables mouse-move events by default. There is a dedicated nvim option to enable them though. Then you'll need to locally map those mouse move events in the cmp menu window/buffer as well if you want it to highlight hovered entries (like most gui context menus do).
You can also try searching to see if someone has made a plugin just for this.
So my goal is replace mouse menu (right window) with cmp menu (left one) I could not find any info, is this even possible? thx
The text was updated successfully, but these errors were encountered: