fvim
fvim copied to clipboard
Cross platform Neovim front-end UI, built with F# + Avalonia
Hello, I had a few issues with `HOME` not being available in environment on a M1 Mac running Ventura and it got me testing things in the launcher. I found...
...taken together with #238, this makes it impossible to open a file, except for the `:e` in veovim itself... :(
Using version fvim-win-x64-v0.3.548+g2e4087d-2-gee4316c. Tried to start and got the following error (N.B. I changed my username to "myuser" in the text below, but otherwise the error is listed as is):...
Ran both `fvim` and `fvim --clean`: screen still blank 
I've installed fvim in an ubuntu 22.04 and neovim 0.11. I have a spanish keyboard. When I want to type a "{", typing AltGr a tooltip with apostrophe apears. I...
I tried: ``` fvim.exe --ssh pedro@localhost:1234 ``` I receive: ``` ssh: Could not resolve hostname localhost:1234: No such host is known. ```
Not really a huge fan of them https://github.com/user-attachments/assets/3d1fd964-7028-422f-aa8c-c969e2eef3bf 
When evaluating Neovide, I found out that [multigrid disables a lot of mouse handling](https://github.com/neovide/neovide/issues/2749), is there a way to run FVim without multigrid support?
Hi! Thanks for this excellent improvement over Neovim! The feature which caught my attention was the ability to move a vi window into an X window while still being part...
stach trace: at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo ) at System.Diagnostics.Process.Start() at FVim.neovim.Nvim.createIO(ServerOptions serveropts) in D:\a\1\s\neovim.fs:line 62 at FVim.neovim.Nvim.start(ServerOptions opts) in D:\a\1\s\neovim.fs:line 103 at FVim.model.Start(ServerOptions serveropts, Boolean norc, Boolean remote) in D:\a\1\s\model.fs:line 344 at...