John Gehrig

Results 38 issues of John Gehrig

See comments: https://github.com/equalsraf/neovim-qt/pull/856#issuecomment-1213320100 Related: #929 #851 #856 FYI @shatur

**Issue #1008:** Hyper_L inserts `v` For Hyper key events, text is inserted. This is not correct, these key events should be ignored.

Neovim renders `underline` and `strikethrough` differently than gVim. I'm assuming the `underline` behavior is by-design. Is there any reason we don't render `strikethrough` using the same color logic as Vim?...

status:blocked-external
tui
highlight

**Issue #1063:** can't disable cursor styling Currently, when no guicursor value is provided (styling is disabled), we use some default values: block, ver25, or hor25 based on mode. The TUI...

We should investigate the behavior of the legacy rendering protocol to see if it is broken in neovim-qt and/or neovim. We've defaulted to `ext_linegrid=true` in a recent commit, #1021. Several...

General code cleanup, in an attempt to improve our test coverage. Splitting these test will hopefully make them more reliable, and easier to modify/read in the future.

**Issue #1022:** Support Treeview filtering Adds support for custom filtering of the content displayed by GuiTreeView. Uses QSettings to add the following `~/.config/nvim-qt/nvim-qt.conf` options: ``` [Treeview] ShowDirs=true ShowDrives=true NoSymLinks=true ShowHiddenFiles=false...

Adds an automatic reconnect option to the `ErrorWidget`. Work in Progress.