Jakub F. Bortlík

Results 28 comments of Jakub F. Bortlík

@dyrkow It seems to me, that the issue you describe is just the normal timeout that vim allows for combined keymaps (see `:h 'timeout'` and `:h 'timeoutlen'`). If you use...

> As the README file already contains a lot of information, I would suggest adding this to the wiki instead. What do you think @cseickel ? Good point, especially since...

Maybe this plugin would do what you need: https://github.com/harrisoncramer/gitlab.nvim.

I would also very much like to have this feature in `flit`. The reason why `;` and `,` do not work as normal when `flit` remaps `f`, `F`, `t`, and...

I've had a closer look on what would have to be done in order to get the requested functionality and I realized it was beyond my capabilities with Lua. I've...

I've been trying to find a solution for this for a long time. I generally don't use `poetry shell` but when I do, I'm annoyed that it breaks navigation in...

Hi @harrisoncramer I should have described it more clearly right away. In that particular case, there were just 55 discussion threads but also a large number of commits - a...

I've encountered this bug again with a MR that has just 26 discussion threads, but there are a large number of commits, some changes in the MR title, status (marked...

Hi @harrisoncramer, thanks for looking at this. Could you be more specific on the way the diagnostic is not correct in the case you describe? If I try to reproduce...

Hi @harrisoncramer, I've just come back to this PR and I'd like to ask about your opinion on changing the logic of `is_old_sha` and `is_new_sha`. Apart from that, I've upgraded...