antoinemadec / coc-fzf

fzf :heart: coc.nvim
390 stars 28 forks source link

Getting error CocFzfList symbols #110

Closed KirillYatsenko closed 2 years ago

KirillYatsenko commented 2 years ago

Hi,

I'm getting python3 error when running command

CocFzfList symbols

image

antoinemadec commented 2 years ago

Could you please fill the template so I can help you ?

KirillYatsenko commented 2 years ago

What template? Can you give an example?

antoinemadec commented 2 years ago

@KirillYatsenko this is the template that should show up when you create a bug report. Unless you use some kind of app, you should have seen it. Here it is:

Environment

Describe the Bug

A clear and concise description of what the bug is. You can also include screenshots if needed.

To Reproduce

Minimal vimrc

" minimal vimrc

Steps to Reproduce

  1. nvim -u minimal_vimrc
  2. :e myfile.py
  3. etc

Expected Behavior

A clear and concise description of what you expected to happen.

antoinemadec commented 2 years ago

@KirillYatsenko do you have any news about this? I will close this ticket in a couple of days if I don't have any news from you.

antoinemadec commented 2 years ago

Everything works fine on my end. Don't hesitate to reopen a ticket with a filled template.

ghosted