relastle / vim-nayvy

:new_moon: Enriching python coding in Vim :snake:
MIT License
66 stars 4 forks source link

Probably a missing dependencie info/config for fzf #12

Closed luislvasquez closed 1 year ago

luislvasquez commented 1 year ago

:wave: Hi dear developer/development team, I just got to this project and would love to integrate it to my flow. Trying to run NayvyImportFZF, I get this message:

Error detected while processing function nayvy#import_fzf:                                                                                                                    
line    2:                                                                                                                                                                    
E117: Unknown function: fzf#run

Am I missing something? Currently using Packer as my plugin manager

luislvasquez commented 1 year ago

Solved: For the ones using Packer as their plugin manager, please do

    use{
        'junegunn/fzf',
        dir = {'~/opt/fzf'}
    }

This should make the fuzzy finder either work, or ask to be installed afterwards when trying to use it inside neovim Original solution link here