Kevin Hayen
Kevin Hayen
Following the [instructions to install on MacOS with homebrew](https://unpoller.com/docs/install/macos): Running `brew install golift/mugs/unpoller` results in ``` Error: An exception occurred within a child process: TypeError: no implicit conversion of String...
I tried getting comment blocks working (i.e. prefixes starting with `#` of `/`) in both shell ([from friendly-snippets](https://github.com/rafamadriz/friendly-snippets/blob/main/snippets/shell/shelldoc.json)) and rust ([from friendly-snippets](https://github.com/rafamadriz/friendly-snippets/blob/main/snippets/rust/rustdoc.json)) using Helix. I couldn't get either language to...
It would be nice to have the ability to keep the cursor from getting all the way to the bottom of the terminal similar to Helix's [scrolloff](https://docs.helix-editor.com/editor.html#editor-section) or Zed's [vertical_scroll_margin](https://zed.dev/docs/configuring-zed#vertical-scroll-margin)....
I'd be curious if you've considered adding language server support? With syntax coloring and multi-line editing, the experience is already part way to an editor, it would be awesome to...