LumaKernel / fern-mapping-fzf.vim

fern.vim plugin for fzf.
24 stars 2 forks source link

Doesn't appear to work #10

Closed b4nst closed 3 years ago

b4nst commented 3 years ago

When trying to run the plugin with a fern buffer opened, nothing appears in the screen (I cannot find any error messages)

❯ fzf --version
0.27.2 (MacPorts)
❯ vim --version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Aug 28 2021 15:22:33)
macOS version - x86_64
Included patches: 1-2681
Compiled by MacPorts
Huge version without GUI.  Features included (+) or not (-):
+acl               -farsi             +mouse_sgr         +tag_binary
+arabic            +file_in_path      -mouse_sysmouse    -tag_old_static
+autocmd           +find_in_path      +mouse_urxvt       -tag_any_white
+autochdir         +float             +mouse_xterm       -tcl
-autoservername    +folding           +multi_byte        +termguicolors
-balloon_eval      -footer            +multi_lang        +terminal
+balloon_eval_term +fork()            -mzscheme          +terminfo
-browse            +gettext           +netbeans_intg     +termresponse
++builtin_terms    -hangul_input      +num64             +textobjects
+byte_offset       +iconv             +packages          +textprop
+channel           +insert_expand     +path_extra        +timers
+cindent           +ipv6              -perl              +title
-clientserver      +job               +persistent_undo   -toolbar
+clipboard         +jumplist          +popupwin          +user_commands
+cmdline_compl     +keymap            +postscript        +vartabs
+cmdline_hist      +lambda            +printer           +vertsplit
+cmdline_info      +langmap           +profile           +virtualedit
+comments          +libcall           -python            +visual
+conceal           +linebreak         -python3           +visualextra
+cryptv            +lispindent        +quickfix          +viminfo
-cscope            +listcmds          +reltime           +vreplace
+cursorbind        +localmap          +rightleft         +wildignore
+cursorshape       -lua               -ruby              +wildmenu
+dialog_con        +menu              +scrollbind        +windows
+diff              +mksession         +signs             +writebackup
+digraphs          +modify_fname      +smartindent       -X11
-dnd               +mouse             -sound             -xfontset
-ebcdic            -mouseshape        +spell             -xim
+emacs_tags        +mouse_dec         +startuptime       -xpm
+eval              -mouse_gpm         +statusline        -xsmp
+ex_extra          -mouse_jsbterm     -sun_workshop      -xterm_clipboard
+extra_search      +mouse_netterm     +syntax            -xterm_save
   system vimrc file: "/opt/local/etc/vimrc"
     user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
      user exrc file: "$HOME/.exrc"
       defaults file: "$VIMRUNTIME/defaults.vim"
  fall-back for $VIM: "/opt/local/share/vim"
Compilation: /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DMACOS_X -DMACOS_X_DARWIN -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 
Linking: /usr/bin/clang -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -o vim -lm -lncurses -liconv -lintl -framework AppKit 

OS: macOS 11.6 (20G165) on Darwin 20.6.0

My vim config: b4nst/.vim@57b73bcc6b8d372a8aed59f5f5dd860f5760164e the last time I tried

LumaKernel commented 3 years ago

Please leave OS info and vim/nvim version.

b4nst commented 3 years ago

Sorry, edited my previous comment to include everything

LumaKernel commented 3 years ago

Seems you don't have fzf as I described in document.

LumaKernel commented 3 years ago

Not cli, fzf vim plugin is needed.

b4nst commented 3 years ago

I'm such an idiot! Sorry for disturbing you, and sorry I didn't read the doc well enough. Obviously now it works, thanks for your answer and your plugin!