Fork me on GitHub
#vim
<
2020-11-18
>
herald13:11:31

@dharrigan I found a workaround for coc.nvim throwing the cursor to a different place in insert mode, when autocompleting. Disabling the floating documentation windows with "suggest.floatEnable": false does it. https://github.com/neoclide/coc.nvim/wiki/F.A.Q#how-could-i-disable-floating-window

dharrigan13:11:18

interesting! thank you. will try it out 🙂