PROJECTILE: Use alien method for indexing

Also speeds up find-file
This commit is contained in:
Laurens Miers 2023-05-05 10:29:40 +02:00
parent c5d49f0e07
commit 3c94dc873e

View file

@ -770,7 +770,7 @@ https://github.com/bbatsov/projectile
:ensure t
:config
(setq projectile-globally-ignored-directories (cons ".ccls-cache" projectile-globally-ignored-directories))
(setq projectile-indexing-method 'hybrid)
(setq projectile-indexing-method 'alien)
(setq projectile-enable-caching t)
(projectile-global-mode)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)