feat(vertico): add consult-dir package
This commit is contained in:
parent
8a2b7badc7
commit
5b630e1723
2 changed files with 7 additions and 0 deletions
|
@ -148,6 +148,12 @@ orderless."
|
|||
:desc "Enter candidates" "RET" #'+vertico/crm-exit))
|
||||
|
||||
|
||||
(use-package! consult-dir
|
||||
:bind (([remap list-directory] . consult-dir)
|
||||
:map vertico-map
|
||||
("C-x C-d" . consult-dir)
|
||||
("C-x C-j" . consult-dir-jump-file)))
|
||||
|
||||
(use-package! consult-flycheck
|
||||
:when (featurep! :checkers syntax)
|
||||
:after (consult flycheck))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue