Closed daipeihust closed 5 years ago
@daipeihust try again -- it appears to crash on first start
@yatli still crash
Check ~/.config/coc/ and paste the crash logs please.
@yatli
Unhandled exception: (terminating:true)
System.ComponentModel.Win32Exception (2): No such file or directory
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 System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at FVim.neovim.proc.Nvim.createIO(Options _arg1)
at FVim.neovim.proc.Nvim.start(Options opts)
at FVim.Model.Start(Options opts)
at FVim.Program.Main(String[] args)
Looks like you don’t have nvim in your PATH? Currently fvim doesn’t come with a neovim distribution.
I didn't install neovim yet
I think you can give a hint if neovim not installed
ah, yes. thanks!
see 556760c
here is the detail: