LM

Results 21 comments of LM

Hi @mProjectsCode have you seen this one https://github.com/expressive-code/expressive-code/issues/153#issuecomment-2282218684

with the current implementation calling the toggle_help function a second time doesn't hide it. From what I can see in the you call the show function every time, perhaps a...

why not do something like this and leave the user the option to bind it to whatever they want ```lua return { "folke/snacks.nvim", opts = { picker = { --...

typo in the OP url, adding for more visibility [AudiMeta](https://github.com/Vito0912/AudiMeta) @Vito0912 based on some testing done (for fantasy books, at least) this provider seems to work much better than AudNexus

Hi, thanks for taking the time and the detailed reply > * Having `**` as the default trigger, makes it no longer possible to insert every file of every directory...

> This is already provided by `CTRL-T`. And if all other command completions are removed and only file/dir completions are left, I don’t see what more it provides. Also `CTRL-T`...

thanks again for all the time spent in this, all your test cases pass now (unless I missed something)

Following up on your feedback @bitraid @junegunn: - Added `test/lib/common.fish` for fish-specific test helpers - Updated `test/lib/common.rb` to support fish in the test suite - Made existing tests shell-agnostic with...

@bitraid would you mind running `make itest` on your side, I'm getting some errors with your proposed code. For example ```diff # Run fzf if type -q "$compgen" set -l...

currently here, but I'm stuck at the moment see https://github.com/junegunn/fzf/pull/4605#discussion_r2566493473. It's not working like I would expect it to. I'll take a fresh look at it tomorrow