Implementation details - hrsh7th/nvim-compe GitHub Wiki

nvim-compe tries to realize VSCode completion behaivior like as coc.nvim but it's very complex because Vim and VSCode completion mechanism is really different.

In this page, I leave that's points for other completion engine implementers.

TBD