-
Notifications
You must be signed in to change notification settings - Fork 262
feat(clue): add clues for [ and ] #1937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for the PR! Couple of high level notes:
|
I totally missed that I made the descriptions more concise and fixed a few mistakes on them that I missed before. I a lso tried to make them as concise as possible, but some of them are still too wide for the UI on the tests. Is there something else do you think I could remove from those descriptions? I also made fixup commits in order to make review easier, I'll squash them later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general looks good after making clues even more compact.
Also please add triggers and application of this gen_clues.square_brackets
to "Full starter example" in MiniClue-examples
.
a791d28
to
2c1ff1a
Compare
I accidentally run my autoformatter on |
Sure, but not as part of this PR. I'll do it later. Maybe there is something else that is reasonable to add there? The documentation CI keeps failing as docs are not regenerated after changing the name to |
Not entirely related, but another QOL change that I just added to my config is a treesitter A final question. The default keymap descriptions for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depends on how verbose it is, I'd rather add a mention in 'TESTING.md'.
Either is fine. You already updated to fit every clue, which is fine. |
a38cdec
to
008c26a
Compare
008c26a
to
e876702
Compare
TheLeoP/nvim-config@70c556f is the commit with the full change. For reference, this allow me to see the ![]() |
Thanks again for the PR! Hope it was not a painful experience :)
The result is nice, but I'd rather not add this as a query in 'mini.nvim' itself, because:
There might be a better place for it in the future, but for now I'd not be against mentioning it as is in the 'TESTING.md'. If you want to, PR is welcome (might also contain a '.gitignore' update). |
Solves #651
I'm not fully familiar with the snapshot testing. It seems like the descriptions of the default keymaps is overriding the descriptions of
mini.clue
for them. But, I guess this is expected (?