MaskRay / ccls

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

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

Open ghost opened 11 months ago

ghost commented 11 months 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 11 months ago

I also post this issue under emacs-ccls project.