emmanueltouzery

Results 165 comments of emmanueltouzery

hmm I just installed fugitive to check how it does it, but it seems to me to be the same as agitator, with the same flaws. I think it resets...

yeah i'm not sure about re-enabling back wrapping. I'm thinking just disabling it when the blame is opened and then not touching it anymore.

I actually wrote a naive function to compute real line to screen line when there is word-wrapping. but this will break if the user later resizes the window... so i...

i mentioned about that earlier, in https://github.com/emmanueltouzery/agitator.nvim/issues/9#issuecomment-1546732035 probably the best is that you make your own keyboard shortcut on top of these functions here that remembers if line wrapping was...

link for vim-abolish: https://github.com/tpope/vim-abolish also, live-command must be setup before vim-abolish, because vim-abolish takes over the S command, unless it was already taken.

How I stumbled in that issue.. I wanted to use lightspeed to jump in nvim-tree windows. nvim-tree windows are narrow, and they contain multibyte characters: nerdfont icons for file type,...

as a workaround for my use-case I've changed in the generated lua the return value of `get_horizontal_bounds` like so: ```diff - return {left_bound, right_bound} + return {left_bound, right_bound+5} ``` And...

The telescope fix was merged, I think this issue can now be closed.

no, actually, i don't think it's related to floating windows. As I mentioned I can also reproduce this with diffs, because I set the diff fillchars. Here is another case,...

hmm I'm using the Kitty terminal. But I checked with alacritty, I get a very slight gap. and with gnome-terminal it's seemless, same as with kitty. alacritty: ![image](https://user-images.githubusercontent.com/339433/152644097-4e769684-147a-4b7a-bc55-d35a22448dbd.png)