56

GitHub - antoinemadec/coc-fzf: fzf coc.nvim

 4 years ago
source link: https://github.com/antoinemadec/coc-fzf
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

README.md

fzf ❤️ coc.nvim

Use fzf instead of coc.nvim built-in fuzzy finder.

Rationale

Inspired by Robert Buhren's functions and coc-denite this plugin aims to use fzf for CocList sources when possible. The goal is to keep the coc.nvim style and leverage your FZF Vim integration, such as layout, shortcuts, options etc.

Commands

Command List :CocFzfListDiagnostics Equivalent to :CocList diagnostics :BCocFzfListDiagnostics Equivalent to :CocList diagnostics in the current buffer :CocFzfListExtensions Equivalent to :CocList extensions :CocFzfListOutline Equivalent to :CocList outline, with colors. Requires ctags :CocFzfListServices Equivalent to :CocList services

Vimrc Example

nnoremap <silent> <space>a  :<C-u>CocFzfListDiagnostics<CR>
nnoremap <silent> <space>e  :<C-u>CocFzfListExtensions<CR>
nnoremap <silent> <space>o  :<C-u>CocFzfListOutline<CR>
nnoremap <silent> <space>S  :<C-u>CocFzfListServices<CR>

License

MIT


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK