vim

For discussion on all things (neo)vim.
uosl 2020-11-18T13:48:31.190300Z

@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

dharrigan 2020-11-18T13:49:18.190600Z

interesting! thank you. will try it out 🙂