mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
fix: marginalia not showing relevant info
This commit is contained in:
parent
5440fd2c8a
commit
37686e3a1e
2 changed files with 12 additions and 6 deletions
|
|
@ -18716,11 +18716,14 @@ Provides previews for embark.
|
|||
I set the annotation-mode of marginalia to =heavy=. This gives even more information on the stuff that you are looking at. One thing I am missing from ivy is the highlighting on =mode=-commands based on the current state of the mode. Also, I do not understand all the shorthands used by marginalia yet.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package marginalia
|
||||
:after vertico
|
||||
:init
|
||||
(marginalia-mode)
|
||||
(setq marginalia-annotators '(marginalia-annotators-heavy marginalia-annotators-light nil)))
|
||||
(use-package marginalia
|
||||
:after vertico
|
||||
:bind (:map minibuffer-local-map
|
||||
("M-A" . marginalia-cycle))
|
||||
:init
|
||||
(marginalia-mode)
|
||||
;; (setq marginalia-annotators '(marginalia-annotators-heavy marginalia-annotators-light nil))
|
||||
)
|
||||
|
||||
#+end_src
|
||||
***** nerd-icons-completion
|
||||
|
|
|
|||
|
|
@ -713,9 +713,12 @@ create a new one."
|
|||
|
||||
(use-package marginalia
|
||||
:after vertico
|
||||
:bind (:map minibuffer-local-map
|
||||
("M-A" . marginalia-cycle))
|
||||
:init
|
||||
(marginalia-mode)
|
||||
(setq marginalia-annotators '(marginalia-annotators-heavy marginalia-annotators-light nil)))
|
||||
;; (setq marginalia-annotators '(marginalia-annotators-heavy marginalia-annotators-light nil))
|
||||
)
|
||||
|
||||
(use-package nerd-icons-completion
|
||||
:after (marginalia nerd-icons)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue