For people who want to set <Tab> behavior more flexible #3344
xvzc
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
The problem is you may want to expand snippet instead of jump placeholder in some cases, so I don't like the idea to configure |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that the original options are kind of restricted to customize, so i did a simple trick which is
setting coc_snippet_next, prev keys to nothing
. And then, we can do whatever we want like oninoremap <silent><nowait><exprt ...
line, with given functions in coc.nvimBeta Was this translation helpful? Give feedback.
All reactions