Folke Lemaitre

Results 961 comments of Folke Lemaitre

Does the issue disappear when setting `splitkeep=cursor`?

ok, then it's probably caused by the issue I linked to. I can probably fix it on the trouble side, but it's tricky and other plugins can nullify the fix.

@luukvbaal that's great! fyi: this is not how I first discovered that issue :) I've had it with an early version of `edgy.nvim`, but I was able to work around...

Development on the main branch is EOL. Trouble has been rewritten and will be merged in main soon. This issue/feature either no longer exists or has been implemented on dev....

I'm closing this, since this is a which-key issue.

This is not really that big of an issue and I prefer the latest version of which-key. You can of course pin a certain version in your own config. I'll...

This should be a better default for telescope: ```lua -- open files in the first window that is an actual file. -- use the current window if no other window...

Development on the main branch is EOL. Trouble has been rewritten and will be merged in main soon. This issue/feature either no longer exists or has been implemented on dev....

fyi: this is how I fixed this in LazyVim: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/extras/util/octo.lua#L81 Those signs are then used by a custom statuscolumn implementation, which is also in the repo.