selectrum: add icon support
Use the package `all-the-icons-completion` to add icons to vertical completion buffers.
This commit is contained in:
parent
92586cacd4
commit
d86375a468
5 changed files with 17 additions and 4 deletions
|
@ -21,3 +21,8 @@
|
|||
(package! marginalia :pin "e31e03c5857bf7aada333f693caedfc3087d6297")
|
||||
|
||||
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")
|
||||
|
||||
(when (featurep! +icons)
|
||||
(package! all-the-icons-completion
|
||||
:recipe (:host github :repo "iyefrat/all-the-icons-completion")
|
||||
:pin "975345f1b618fd316729c3cae6d11b96db530fd4"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue