Mucomplete integration #15
Answered
by
Jorenar
timsofteng
asked this question in
Q&A
-
Hello. Could it work with mucomplete? |
Beta Was this translation helpful? Give feedback.
Answered by
Jorenar
Apr 4, 2021
Replies: 1 comment
-
You need to change miniSnip's trigger from Tab to something else and then add Example: let g:miniSnip_trigger = '<C-Tab>'
let g:mucomplete#chains = {
\ 'default' : [ 'path', 'omni', 'keyn', 'dict', 'uspl', 'user' ],
\ } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jorenar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to change miniSnip's trigger from Tab to something else and then add
'user'
to'default'
list ing:mucomplete#chains
.Example: