vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
325 stars 18 forks source link

vifm as an nvim cder #94

Open MikeLemo1 opened 3 months ago

MikeLemo1 commented 3 months ago

I'm lookings to make something like this telescope plugin: Zane-/cder.nvim but with the vifm plugin inside nvim and I guess if there's no simple way to pass as "execute command mode callback function" something like :EditVifm exc_callback="cwd %result_dir" or the other option is as an nvim plugin but before diving into thos adventure I wanted to ask here wether there's a simple way to develop with vifm as an file explorer tool to performs nvim commands and actions?

Any tips and tricks?

xaizek commented 3 months ago

Sounds like you want the same as in #86?

MikeLemo1 commented 3 months ago

Yup joining this question didn't notice this thread, I even ahd the feeling I was parasitic posting this suggestion/help in the issues thread