bump: :core
bbatsov/projectile@0243ad7dc9 -> bbatsov/projectile@f3468e8d20 domtronn/all-the-icons.el@2c963ebb75 -> domtronn/all-the-icons.el@65c496d3d1 jscheid/dtrt-indent@926fc4260c -> jscheid/dtrt-indent@66fc30af02 raxod502/straight.el@653b04a64f -> raxod502/straight.el@e2de88ea0e
This commit is contained in:
parent
45a2e8b540
commit
9d1513af46
4 changed files with 10 additions and 7 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue