diff --git a/init.el b/init.el index f1ffad3..122c10d 100644 --- a/init.el +++ b/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)