yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

Connected daemon instance fails to run terminal [Windows] #150

Closed allumik closed 4 years ago

allumik commented 4 years ago

After running FVim.exe --daemon and then connecting with fvim.exe --tryDaemon both :term and :Tnew (from kassio/neoterm) opens a new pane briefly but then shuts down. Tried different shells, did not work.

Is this related to this issue or did i do something wrong?

yatli commented 4 years ago

Does :terminal work?

allumik commented 4 years ago

Nope, just shows a blank buffer which does not exit. Also restarted with blank init.vim, moved the fvim installation folder around and its still the same.

yatli commented 4 years ago

does this work:

:e term://powershell

allumik commented 4 years ago

Nope.

Forgot to add that I am using nvim 0.5.0 and latest build of fvim released.

yatli commented 4 years ago

@allumik could you give it another try? Note, the --tryDaemon option is replaced with --fvr [new|attach]

allumik commented 4 years ago

Switched computers and now on linux, so can't replicate.

yatli commented 4 years ago

alright. let's close it for now -- no repro on my side