counsel-projectile
This commit is contained in:
parent
19a853f10a
commit
b44306a33a
6
init.el
6
init.el
@ -214,7 +214,6 @@
|
|||||||
|
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:ensure
|
:ensure
|
||||||
:init (projectile-mode +1)
|
|
||||||
:config
|
:config
|
||||||
(setq project-find-functions '(project-projectile))
|
(setq project-find-functions '(project-projectile))
|
||||||
:bind-keymap
|
:bind-keymap
|
||||||
@ -224,6 +223,11 @@
|
|||||||
("C-c s" . projectile-ripgrep)
|
("C-c s" . projectile-ripgrep)
|
||||||
("C-c t" . eglot-find-typeDefinition))
|
("C-c t" . eglot-find-typeDefinition))
|
||||||
|
|
||||||
|
(use-package counsel-projectile
|
||||||
|
:ensure t
|
||||||
|
:config (counsel-projectile-mode +1))
|
||||||
|
:after projectile
|
||||||
|
|
||||||
(use-package sharper
|
(use-package sharper
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind
|
:bind
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user