I use CoC with Vim Currently I have the following autocmd, ```vimscript inoremap <silent><expr> <TAB> \ coc#pum#visible() ? coc#pum#next(1) : \ CheckBackspace() ? "\<Tab>" : \ coc#refresh() ``` There is no variable/function to easily plug Codeium in