Henrik Lissner 2022-03-30 17:44:30 +02:00
parent 45a2e8b540
commit 9d1513af46
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
4 changed files with 10 additions and 7 deletions

View file

@ -280,7 +280,7 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
:init
(defvar ccls-sem-highlight-method 'font-lock)
(after! projectile
(add-to-list 'projectile-globally-ignored-directories ".ccls-cache")
(add-to-list 'projectile-globally-ignored-directories "^.ccls-cache$")
(add-to-list 'projectile-project-root-files-bottom-up ".ccls-root")
(add-to-list 'projectile-project-root-files-top-down-recurring "compile_commands.json"))
;; Avoid using `:after' because it ties the :config below to when `lsp-mode'