Projectile: set indexing method to hybrid + ignore LSP server cache
This commit is contained in:
parent
6ecbdb89dc
commit
10d45c2d8c
1 changed files with 2 additions and 1 deletions
|
|
@ -704,7 +704,8 @@ https://github.com/bbatsov/projectile
|
|||
(use-package projectile
|
||||
:ensure t
|
||||
:config
|
||||
(setq projectile-indexing-method 'alien)
|
||||
(setq projectile-globally-ignored-directories (cons ".ccls-cache" projectile-globally-ignored-directories))
|
||||
(setq projectile-indexing-method 'hybrid)
|
||||
(projectile-global-mode)
|
||||
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue