Use clangd instead of ccls
This commit is contained in:
parent
72244be019
commit
9298c16c77
1 changed files with 0 additions and 9 deletions
9
init.el
9
init.el
|
@ -261,15 +261,6 @@
|
|||
;; add company-lsp as a backend
|
||||
:config (push 'company-lsp company-backends))
|
||||
|
||||
(use-package ccls
|
||||
:ensure t
|
||||
:config
|
||||
(setq ccls-executable "ccls")
|
||||
(setq lsp-prefer-flymake nil)
|
||||
(setq-default flycheck-disabled-checkers '(c/c++-clang c/c++-cppcheck c/c++-gcc))
|
||||
:hook ((c-mode c++-mode objc-mode) .
|
||||
(lambda () (require 'ccls) (lsp))))
|
||||
|
||||
(use-package python-docstring
|
||||
:ensure t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue