Hernán Cervera

Results 21 comments of Hernán Cervera

Agree, I use Homebrew as my package manager for both macOS and Linux

Thanks for giving it a look. The `set noshowmode` does solve the issue, and it's a very easy workaround. However, addressing it from Goneovim's side would be nice, if possible....

Thank you very much for the reply. I understand if it is too hard to solve, it's a minor visual glitch anyway. Thanks again

That makes sense, I know Kitty provides symbol mapping, which allows mapping unicode codepoints to a particular font. I might have some mapping that makes the vertical bar char taller...

There are also commands provided by VimR: https://github.com/qvacua/vimr/wiki#commands-from-within-neovim The relevant command to hide the tool buttons would be `:VimRHideToolButtons`

I do **not** see this issue when: - doing the yank/put to/from clipboard using `clipboard=unnamedplus` (and using just `y` and `p`). - doing the yank/put using a named register, e.g....

I've been able to reproduce in the following environments, with Neovim having no config loaded (output of `:echo $MYVIMRC` is empty). The issue does not seem to be macOS-specific: ```text...

> Thinking about this more it seems like it would be better done with a controller if the goal is to discover the HTTP links @jameskleeh By using a controller,...

@jameskleeh I've addressed your suggestions, now I'm also targeting branch 3.0.x

@jameskleeh I've implemented the tests for the management controller. Locally `./gradlew check` passes all tests