Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vn-ki/coc-clap

clap :heart: coc.nvim
https://github.com/vn-ki/coc-clap

clap coc coc-nvim neovim vim

Last synced: 2 months ago
JSON representation

clap :heart: coc.nvim

Awesome Lists containing this project

README

        

clap :heart: coc.nvim
===============

Use [clap][clap] instead of [coc.nvim][coc.nvim] built-in fuzzy finder.

![](.github/scrot.png)

Rationale
---------

Use [clap][clap] with [coc.nvim][coc.nvim]. Forked from [coc-fzf][coc-fzf].

Commands
---------

| Command | List |
| --- | --- |
| `:Clap coc_actions` | Equivalent to :CocList actions |
| `:Clap coc_commands` | Equivalent to :CocList commands |
| `:Clap coc_diagnostics` | Equivalent to :CocList diagnostics. |
| `:Clap coc_extensions` | Equivalent to :CocList extensions |
| `:Clap coc_location` | Equivalent to :CocList location. |
| `:Clap coc_outline` | Equivalent to :CocList outline, with colors. Requires [ctags][ctags] |
| `:Clap coc_symbols` | Equivalent to :CocList symbols |
| `:Clap coc_services` | Equivalent to :CocList services |

Options
---------

| Option | Type | Description | Default value |
| --- | --- | --- | --- |
| `g:clap_provider_coc_blink` | List | Change blink style. [0, 0] disables blink. | `[2, 100]` |

License
-------

MIT

[clap]: https://github.com/liuchengxu/vim-clap
[coc.nvim]: https://github.com/neoclide/coc.nvim
[coc-fzf]: https://github.com/antoinemadec/coc-fzf
[ctags]: https://github.com/universal-ctags/ctags