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

iterm2: nvim: command not found #13

Open
yannxaver opened this issue Jul 30, 2022 · 0 comments
Open

iterm2: nvim: command not found #13

yannxaver opened this issue Jul 30, 2022 · 0 comments

Comments

@yannxaver
Copy link

yannxaver commented Jul 30, 2022

extension

settings

"open-in-vim.useNeovim": true,
"open-in-vim.openMethod": "macos.iterm",

iterm output

/var/folders/mj/58p0n9595_37gkb9nty4ckwm0000gn/T/tmp-86850R6boowUGSfbF.tmp: line 3: nvim: command not found

script editor

does not work - same error

tell application "iTerm"
  set myNewWin to (create window with default profile command "/bin/zsh -c 'nvim'")
end tell

works

tell application "iTerm"
	set newWindow to (create window with default profile)
	tell current session of newWindow
		write text "/bin/zsh -c 'nvim'"
	end tell
end tell

Is this problem related to my iterm configuration or the extension?

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

No branches or pull requests

1 participant