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
|
|
@ -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