Folke Lemaitre
Folke Lemaitre
Fixed by https://github.com/folke/which-key.nvim/pull/581
@mehalter check the install section of the new docs. `?` is what you want. It's basically a help window for any plugin.
Hi! Thank you for doing this. Some remarks: * the lists would be probably too long for most users. Right now, the preset is based off a couple of quickcheat...
no problem :) I did notice you've been reformatting most source files. This repo uses `stylua` and has a proper configuration for this. Please don't use anything else, since in...
check the new docs
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....
Added and enabled by default. Be aware that this setting might conflict with `follow`, so you may want to also set `follow=false` depending your use-case
Should be fixed now. The problem was that qf items did not have a unique `id`, so the check on re-open failed to find the previously selected entry
Allright, I now used your repro and at least that should be fixed now. Would be great if you can confirm!