fix(cc): remove double lenses with lsp
On current pins, ccls and lsp code lenses aren't mutually exclusive, and there is actually 2 sets of code lenses appearing
This commit is contained in:
parent
23f6f90515
commit
d43f260af6
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
|
|||
(use-package! ccls
|
||||
:when (featurep! +lsp)
|
||||
:unless (featurep! :tools lsp +eglot)
|
||||
:hook (lsp-lens-mode . ccls-code-lens-mode)
|
||||
:defer t
|
||||
:init
|
||||
(defvar ccls-sem-highlight-method 'font-lock)
|
||||
(after! projectile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue