fvim icon indicating copy to clipboard operation
fvim copied to clipboard

Exception message: An error occurred trying to start process 'nvim' with working directory '/'. No such file or directory

Open danny-su opened this issue 1 year ago • 0 comments

Exit code: 0
Exception message: An error occurred trying to start process 'nvim' with working directory '/'. No such file or directory 
   at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo , String , String[] , String[] , String , Boolean , UInt32 , UInt32 , UInt32[] , Int32& , Int32& , Int32& , Boolean , Boolean )
   at System.Diagnostics.Process.StartCore(ProcessStartInfo )
   at System.Diagnostics.Process.Start()
   at FVim.neovim.Nvim.createIO(ServerOptions serveropts) in /Users/runner/work/1/s/neovim.fs:line 62
   at FVim.neovim.Nvim.start(ServerOptions opts) in /Users/runner/work/1/s/neovim.fs:line 103
   at FVim.model.Start(ServerOptions serveropts, Boolean norc, Boolean remote) in /Users/runner/work/1/s/model.fs:line 344
   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 141
image image

danny-su avatar Oct 30 '24 11:10 danny-su