Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months ago
JSON representation
clap :heart: coc.nvim
- Host: GitHub
- URL: https://github.com/vn-ki/coc-clap
- Owner: vn-ki
- Created: 2020-04-13T14:15:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T17:55:55.000Z (over 3 years ago)
- Last Synced: 2024-10-31T15:37:36.678Z (2 months ago)
- Topics: clap, coc, coc-nvim, neovim, vim
- Language: Vim script
- Homepage:
- Size: 551 KB
- Stars: 70
- Watchers: 5
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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