Replies: 1 comment 7 replies
-
Unfortunately, you cannot. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am a new user in vim, I am also new to this thing called cmp-vim.
On my android, I use and to navigate the autocomplete options on cmp.
as follows.
Screenrecorder-2024-10-03-00-47-36-547.mp4
my question:
Is it possible or does anyone know how to make this click work directly without having to highlight it first?
I am using the code implementation below, it seems that it never selects the item in the autocomplete "unless" it is highlighted.
completeopt=menu,menuone,noselect
mouse=a
Screenrecorder-2024-10-03-00-34-51-481.mp4
This question came up because I saw Neotree which can be selected, like this
Screenrecorder-2024-10-03-00-57-26-289.mp4
maybe someone can help me to implement it into cmp
Beta Was this translation helpful? Give feedback.
All reactions