use fd as search instead fzf (fast)
This commit is contained in:
parent
d35f3a4ac2
commit
5884224a9f
1 changed files with 3 additions and 1 deletions
4
init.el
4
init.el
|
@ -98,7 +98,9 @@
|
|||
|
||||
;; counsel
|
||||
(use-package counsel :ensure t
|
||||
:config (counsel-mode 1))
|
||||
:config
|
||||
(counsel-mode 1)
|
||||
(setq counsel-fzf-cmd "fd -H -c never \"%s\""))
|
||||
(use-package counsel-projectile :ensure t)
|
||||
(use-package swiper :ensure t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue