folke / which-key.nvim

💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
Apache License 2.0
5.12k stars 163 forks source link

feat(icons): add telescope icon #643

Closed siduck closed 1 month ago

siduck commented 1 month ago

image

folke commented 1 month ago

ty! Can you also add an extra attribute in the same line with plugin = "telescope.nvim"? That way every telescope keymap defined through lazy will have the correct icon.

siduck commented 1 month ago

oops I got scared for a moment that the CI was failing and thought you'd get angry so closed the PR :pensive:

folke commented 1 month ago

Haha, that was just the PR title though, fixed it :) You can add that plugin in the same object next to pattern

siduck commented 1 month ago

Haha, that was just the PR title though, fixed it :) You can add that plugin in the same object next to pattern

like this? image

btw it wont be bad if i force-push on my fork right? I'll just override past 2 commits with this one

folke commented 1 month ago

Yep! And no, force pushing on a PR is no problem at all

siduck commented 1 month ago

done

folke commented 1 month ago

ty!