coc-fzf icon indicating copy to clipboard operation
coc-fzf copied to clipboard

`:CocFzfList output` `[coc-fzf] List output does not exist`

Open afreakk opened this issue 2 years ago • 3 comments

Environment

  • echo $FZF_DEFAULT_OPTS:
    • nothing
  • bat --version:
    • bat 0.22.1
  • Are your vim plugins up-to-date?:
    • yes
  • (n)vim --version:
NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by nixbld

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "
/nix/store/g1a27pnjyax6jvpa7q59d3z0ijqqm354-neovim-unwrapped-0.8.1/share/nvim
"

Run :checkhealth for more info

Describe the Bug

Everything I've tried works fine, but :CocFzfList output gives [coc-fzf] List output does not exist.
In the readme it looks like that should work?

Steps to Reproduce

  1. :CocFzfList output

Expected Behavior

Not quite sure what supposed to happen, but I guess I should be able to chose between the differen coc outputs in fzf.

afreakk avatar Dec 17 '22 14:12 afreakk

My guess is that CocList output doesn't exist anymore. Do you know if it was replaced with another list ?

Maybe i will clean up the readme in the future, but I'm not using this plugin anymore (switched to Telescope). PR welcome if you feel like doing it :grinning:

antoinemadec avatar Dec 19 '22 12:12 antoinemadec

unrelated to the issue: is there a equivalent to this extension for telescope thats good? Related: The command i expected to be wrapped in fzf was :CocCommad workspace.showOutput not quite sure how you would extract that and put it in fzf

afreakk avatar Dec 19 '22 17:12 afreakk

Yes : https://github.com/fannheyward/telescope-coc.nvim

antoinemadec avatar Dec 19 '22 20:12 antoinemadec