Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fzf.vim - support nushell #4067

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Jasha10
Copy link

@Jasha10 Jasha10 commented Oct 28, 2024

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 Jasha10 mentioned this pull request Oct 28, 2024
10 tasks
@junegunn
Copy link
Owner

junegunn commented Nov 5, 2024

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: nushell/nushell#8981

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vim plugin: support nushell
2 participants