luukvbaal
luukvbaal
> I wonder if it will be worth it to add some plumbing to get the sign/fold column into the 'numbercolumn' format somehow. I was thinking we might add new...
> For some reason the highlight group is not passed along correctly Was able to fix this, I am passing along the raw highlight attributes instead of the highlight group...
@bfredl https://github.com/neovim/neovim/issues/19823
Cross-posting https://github.com/vim/vim/pull/10682#issuecomment-1208727193 for feedback. > don't scroll except as needed to keep cursor row visible (and subject to 'scrolloff') @justinmk @lewis6991 do we feel this case is necessary? I tackled...
> The old cursor position will be available in either the old or new window, it's easy to find one's way back there. I guess this is only true when...
https://github.com/vim/vim/pull/10682#issuecomment-1211295521 > Alright, I'm happy with how this looks and works now. I would consider it mergeable and would put it up for review brammool but I haven't had any...
Bram is again asking for feedback on the vim patch. It has changed quite a bit since last time. We now always avoid scrolling, for both windows split above and...
Nice! I will look into adding support for things like this to [statuscol.nvim](https://github.com/luukvbaal/statuscol.nvim) as well.
Uhuh, already discussing this over at vim/vim#14338 as well.
```lua vim.keymap.set('n', '', 'M', { desc = 'Scroll downwards' }) ```