Skip to content
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

feat(which-key): added search command for colour highlights #2693

Merged
merged 2 commits into from Jun 12, 2022

Conversation

danielo515
Copy link
Contributor

Description

This adds a new search section on the default which key config to search for colour highlights.
This is a builtin telescope feature, so no new dependencies were added.
I think this is a cool addition because it enhances the discoverability of something that is not that commonly exposed
to vim users, and will help a lot in customising the theme to the users likings.

How Has This Been Tested?

  • <leader>sH
  • See the picker for highlight with colour preview
  • ...

This is how it looks like
image

@danielo515
Copy link
Contributor Author

@kylo252 are you able to merge this? What do you think about it?

Copy link
Collaborator

@kylo252 kylo252 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay!

just a small modification, but otherwise LGTM! 🚀

lua/lvim/core/which-key.lua Outdated Show resolved Hide resolved
@danielo515
Copy link
Contributor Author

danielo515 commented Jun 10, 2022 via email

@kylo252
Copy link
Collaborator

kylo252 commented Jun 11, 2022

please rebase on latest rolling, it should solve the issues with the CI.

danielo515 and others added 2 commits June 12, 2022 08:37
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
@danielo515
Copy link
Contributor Author

@kylo252 done!

please rebase on latest rolling, it should solve the issues with the CI.

@kylo252 kylo252 merged commit 5d964c5 into LunarVim:rolling Jun 12, 2022
tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request Jun 12, 2022
* upstream/rolling:
  feat(which-key): added search command for colour highlights (LunarVim#2693)
  fix: skip calling nvim-tree.setup() more than once (LunarVim#2707)
  chore: bump plugins version (LunarVim#2654)
  fix(autocmds): toggle format-on-save properly (LunarVim#2659)
  fix(nvimtree): update nvim-tree setup (LunarVim#2681)
  fix(log): add date to the timestamp of logs (LunarVim#2669)
tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request Jul 1, 2022
* upstream/master:
  fix(installer): use full path to verify_plugins.lua (LunarVim#2755)
  chore: update changelog
  feat(installer): add verify-plugins hook (LunarVim#2751)
  fix(lualine): unique buf client names (LunarVim#2683)
  chore(lsp): notify format request failed once when there is no client (LunarVim#2697)
  feat: fix a couple of issues (LunarVim#2750)
  chore: bump plugins version (LunarVim#2699)
  feat(which-key): added search command for colour highlights (LunarVim#2693)
  fix: skip calling nvim-tree.setup() more than once (LunarVim#2707)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants