https://github.com/neoclide/coc-denite
Denite support of coc.nvim
https://github.com/neoclide/coc-denite
vim
Last synced: 13 days ago
JSON representation
Denite support of coc.nvim
- Host: GitHub
- URL: https://github.com/neoclide/coc-denite
- Owner: neoclide
- Created: 2019-01-19T09:31:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T04:04:48.000Z (over 4 years ago)
- Last Synced: 2023-03-02T04:56:48.979Z (over 2 years ago)
- Topics: vim
- Language: Python
- Size: 11.7 KB
- Stars: 22
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# coc-denite
[denite.nvim](https://github.com/Shougo/denite.nvim) sources for [coc.nvim](https://github.com/neoclide/coc.nvim).
This plugin is optional since you can use builtin list from coc, see `:h coc-list`
## Sources
- `coc-command` command list.
- `coc-diagnostic` diagnostic list.
- `coc-extension` extension list.
- `coc-service` service list.
- `coc-source` source list.
- `coc-symbols` symbols of current buffer.
- `coc-workspace` search symbols of current workspace.
- `link` links 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