Skip to content

Commit

Permalink
Fix missing icon error in LSP-UI hydra (#407)
Browse files Browse the repository at this point in the history
Fixes missing icon error in LSP-UI hydra
> nerd-icons-faicon: Unable to find icon with name ‘nf-fa-rocket_launch’ in icon set ‘faicon’`
  • Loading branch information
x4lldux authored Jul 5, 2023
1 parent 1d85bf7 commit 8555419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
:custom-face
(lsp-ui-sideline-code-action ((t (:inherit warning))))
:pretty-hydra
((:title (pretty-hydra-title "LSP UI" 'faicon "nf-fa-rocket_launch" :face 'nerd-icons-green)
((:title (pretty-hydra-title "LSP UI" 'faicon "nf-fa-rocket" :face 'nerd-icons-green)
:color amaranth :quit-key ("q" "C-g"))
("Doc"
(("d e" (progn
Expand Down

0 comments on commit 8555419

Please sign in to comment.