mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
feat: add project-vc config
I intend to keep `project-vc-extra-root-markers` much lighter than what `projectile-project-root-files` ended up being, so I won't be transferring all the root markers. Ref: doomemacs/core#1
This commit is contained in:
@@ -303,6 +303,8 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
|
||||
:defer t
|
||||
:init
|
||||
(defvar ccls-sem-highlight-method 'font-lock)
|
||||
(after! project
|
||||
(add-to-list 'project-vc-ignores "^\\.ccls-cache$"))
|
||||
;; DEPRECATED: Remove when projectile is replaced with project.el
|
||||
(after! projectile
|
||||
(add-to-list 'projectile-globally-ignored-directories "^.ccls-cache$")
|
||||
|
Reference in New Issue
Block a user