Example configuration prevents typing of tab character in insert mode
Tarinaky opened this issue · 1 comments
Is your feature request related to a problem? Please describe.
The example configuration appears to prevent the typing of the tab character in insert mode, even if autocomplete suggestions are not displayed the tab key will not do anything.
Describe the solution you'd like
If completions are open, tab should cycle between them, if the completions window is not open, then a tab character should be typed.
Describe alternatives you've considered
N/A
Additional context
The message "Unknown Function CheckBackspace" appears, if I comment that line out however I still don't get tab characters.
Unknown Function CheckBackspace
Your configuration was incomplete, please check :h coc-completion-example
to add the CheckBackspace
function.
coc.nvim/doc/coc-example-config.vim
Line 34 in aabfc23