A package to incorporate projectile into consult. This allows to choose a project, when none is selected or choose a project buffer/file.
Call function consult-projectile
.
Narrow selection with B for buffer, F for file or
P for project.
The straight way is with the following code:
(use-package consult-projectile
:straight (consult-projectile :type git :host gitlab :repo "OlMon/consult-projectile" :branch "master"))
The direct way is to clone this repo into your load-path and require consult-projectile
.