fvim icon indicating copy to clipboard operation
fvim copied to clipboard

Cross platform Neovim front-end UI, built with F# + Avalonia

Results 74 fvim issues
Sort by recently updated
recently updated
newest added

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 ![Screenshot 2024-05-14 122107](https://github.com/yatli/fvim/assets/39310467/1b504879-0af6-4099-a01f-18a5337967e2)

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 ![Screenshot 2024-10-03 at 5 32 48 PM](https://github.com/user-attachments/assets/cc8810d2-8cc9-47fa-a76b-e468fb1ba948)

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...