vifm / vifm.vim

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

[ Question ] Will vifm.vim add Lua version? #84

Closed NEX-S closed 1 year ago

NEX-S commented 1 year ago

The Neovim dev team had mentioned that they wouldn't add any vimL9 support so the vimL might be too slow for neovim :( will vifm.vim add neovim's lua integration?

xaizek commented 1 year ago

so the vimL might be too slow for neovim

Are they doing sleep 1 per each :command? If no, it won't be slow by any measure. The plugin does only trivial processing of data.

I see no use of employing Lua here (definitely not for performance), but you can try alternative plugins like https://github.com/haolian9/reveal.nvim (not sure if there are others at the moment).