fvim
fvim copied to clipboard
MacOS Fvim exited unexpectedly!
I did have a neovim installed on my mac. And I have added the directory of neovim into PATH.
PATH:

Screen shot:
Exit code: 0
Exception message: No such file or directory
Stack Trace:
at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at FVim.neovim.Nvim.createIO(ServerOptions serveropts) in /Users/runner/work/1/s/neovim.fs:line 63
at FVim.neovim.Nvim.start(ServerOptions opts) in /Users/runner/work/1/s/neovim.fs:line 104
at FVim.model.Start(ServerOptions serveropts, Boolean norc, Boolean remote) in /Users/runner/work/1/s/model.fs:line 345
at FVim.Program.startMainWindow(FSharpFunc`2 app, ServerOptions opts_0, Boolean opts_1, Boolean opts_2) in /Users/runner/work/1/s/Program.fs:line 34
at FVim.Program.Main(String[] args) in /Users/runner/work/1/s/Program.fs:line 130
How did you add the PATH? Ad-hoc export won't work and you'll need to do it with rc file.
@anyway-blows how about the latest release? A new launcher script is included.
any updates?
Closing due to inactivity.
I am having the same problem, regardless if install it via the Releases Download or Homebrew
macOS Monterey (12.22) Apple M1 Max
