emacs-lsp / emacs-ccls

Emacs client for ccls, a C/C++ language server
200 stars 29 forks source link

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

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

@MaskRay Can you help to check it?