Sandy Maguire
Sandy Maguire
Nice catch! What's missing in the text (but not the code) is https://github.com/isovector/algebra-driven-design/blob/eeab5a07cf0ef8f816c9f88aeb6ca5cabc12bd18/code/Scavenge/InputFilter.hs#L54-L56 --- an instance of `Observe` for `InputFilter`s. The important bit here is that we're looking at observations...
Exactly right! Sorry for the confusion :)
Sorry, should have written that in the report. This doesn't occur in terminal mode `nvim`.
Setting `g:neovide_no_custom_clipboard` has no effect here. I'm on X11, running xmonad. The clipboard provider reported is `xclip`. `ps all` reports nothing, but `ps aux` gives: ``` USER PID %CPU %MEM...
Interestingly, `xclip` isn't running on a fresh open of neovide, but does start immediately when I yank. Furthermore, it's in that same `Ss` status as soon as I yank anything...
Installing `xsel` and ensuring the clipboard provider reports it also doesn't fix the issue.
Killing `xclip` does indeed allow neovide to close normally. Happy to provide anything you might need to help debug!
This is the one feature I miss most after moving to luakit. How feasible is a fix here?
This is a bug upstream https://github.com/neovim/neovim/issues/21239 Is it something we can work around in nvim-hs in the meantime?
Amazing, thanks @saep ! And thanks for being so responsive always!