fvim
fvim copied to clipboard
Cross platform Neovim front-end UI, built with F# + Avalonia
nix pkgs
does anyone created one? If not i would try to create one :D
how do i use the remote function? i did get it working with nvim but not with fvim maybe a better example would be helpful. in my naive mind i...
when i right click a file and select open with - Fvim it opens a empty nvim Drag'n'Drop a file on the Fvim.app in finder has the same behaviour Drag'n'Drop...
1. Open Fvim.app from finder in /Applications 2. enter `:` or opening Telescope 3. 4. After the error i can use `:` if i open Fvim from terminal `/Applications/FVim.app/Contents/MacOS/FVim` no...
In `nvim`, when I get some message I can open it with `:mes` and select it with the mouse. In `fvim`, I can't select the text in the `:mes` box....
I compiled from source and I get this error when trying to launch fvim: ``` Unhandled exception. System.Exception: Could not CreateWindow(): IWindowingPlatform is not registered. at Avalonia.Controls.Platform.PlatformManager.CreateWindow() at Avalonia.Controls.Window..ctor() at...
[neovim 0.92](https://github.com/neovim/neovim/releases/tag/v0.9.2) had some changes that break the fvim UI. `grid_line` now passes a `wrap` boolean. I'm guessing this is only useful for the TUI since I don't see neovide...
Fvim takes over half a minute to start the first time on my Windows PC. Once it's been started once, it's fast from then on. Even when I'm not running...
See bug #263. neovim 0.92 added this to the `grid_line` event. This appears to be useful for the TUI only, so for now let's just fix the pattern matching.
👋 it looks like the 0.3.548 release artifact has some versioning issue, ie it has 0.3.547 release tag info in it. Raise this issue for some awareness. Thanks! relates to...