MaskRay / ccls

C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
Apache License 2.0
3.78k stars 260 forks source link

Customize initialization options in S-exp has no effect #949

Open ghost opened 1 year ago

ghost commented 1 year ago

here is my config snippet

(use-package ccls
  :init
  (setq ccls-initialization-options '(:index (:onChange t)))
...

still, ccls will not parse current file until a save action.

ghost commented 1 year ago

I also post this issue under emacs-ccls project.