;;; 本文預設開啓codeLens
(add-hook 'lsp-after-open-hook #'ccls-code-lens-mode)
;;; rainbow semantic highlighting
(setq ccls-sem-highlight-method 'font-lock)
(ccls-use-default-rainbow-sem-highlight)
有篇舊文 改进 cquery rainbow semantic highlighting和推進feature/noverlay分支開發 我用ccls後又加了一些優化,比如把line/character改成Emacs-style point減少response體積