coc-denite
January 19, 2019 ยท View on GitHub
denite.nvim sources for coc.nvim.
This plugin is optional since you can use builtin list from coc, see :h coc-list
Sources
coc-commandcommand list.coc-diagnosticdiagnostic list.coc-extensionextension list.coc-serviceservice list.coc-sourcesource list.coc-symbolssymbols of current buffer.coc-workspacesearch symbols of current workspace.linklinks of current buffer.
see :h coc-denite for detail.
Install
Use plugin manager, like https://github.com/junegunn/vim-plug by add:
Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}}
Plug 'neoclide/coc-denite'
to your vimrc and run:
:PlugInstall
LICENSE
MIT