fzf icon indicating copy to clipboard operation
fzf copied to clipboard

Update fzf.vim - support nushell

Open Jasha10 opened this issue 1 year ago • 1 comments

This closes #4066, adding support for nushell in the fzf plugin.

I've taken care to ensure that behavior for other shells will not be modified.

Jasha10 avatar Oct 28 '24 12:10 Jasha10

You can't pass a list to system and systemlist on regular Vim. Also, when &shell is set to nu, system doesn't work at all on Vim.

set shell=nu
echo system('ls')
  " E282: Cannot read from "..."

It's a known issue: https://github.com/nushell/nushell/issues/8981

junegunn avatar Nov 05 '24 05:11 junegunn