fredizzimo
fredizzimo
I created a proposal for dealing with global transparency * #2471
Sorry, I did not think properly when I marked it as a "good first issue". Configuring those through the config file is not straightforward. All of those can be modified...
Thanks, yes there seem to have been some unnecessary duplication there. But I think we should make this section "cross-platform", currently it's only targeted to mac users, but on Windows...
Also for the reference, these are the old gvim implementations for Windows and Mac https://github.com/neovim/neovim/blob/6ab0876f51e8ff5debdff03b36508fe7279032b7/runtime/mswin.vim#L30-L62 https://github.com/neovim/neovim/blob/6ab0876f51e8ff5debdff03b36508fe7279032b7/runtime/macmap.vim#L48-L57 We should still use `nvim_paste` for proper bracketed paste though, although I think it...
I think the issue is the same as, but leaving both open for now * https://github.com/neovide/neovide/issues/2211 This look very similar to this * https://github.com/neovim/neovim/issues/25011 But we fixed that, and I...
@smithwinston, do you still have the problem? A log file would be really helpful since no-one else have reported the issue, and I'm unable to repeat it myself.
There are still parts of the logs missing, but fortunately it included the critical part ``` GridLine { grid: 1, row: 2, column_start: 0, cells: [ GridLineCell { text: "...
It wonder why that plugin don’t use ``, which would work https://neovim.io/doc/user/term.html#%3CLeftDrag%3E But for now, I guess you need to set `mousemoveevent` to true. Making it more responsive is tricky,...
Yes, sorry I thought that would bring it back to the same state as previous versions. But if it isn’t then it’s probably this one that caused it * https://github.com/neovide/neovide/pull/2082...
This seems to be caused by `--multigrid` now being the default, and furthermore a Neovim bug reported here: * https://github.com/neovim/neovim/issues/27181