From 79297ee5833eb7f92ae4bb1abfcddec1840caf1d Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 30 Sep 2022 09:36:18 -0500 Subject: [PATCH] Let's go back to using ccls --- config-programming.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config-programming.org b/config-programming.org index 30b5bfa..7ce7dab 100644 --- a/config-programming.org +++ b/config-programming.org @@ -46,9 +46,10 @@ ;; (setq lsp-disabled-clients nil) - (add-to-list 'lsp-disabled-clients '(c++-mode . ccls)) - (add-to-list 'lsp-disabled-clients '(c-mode . ccls)) - (add-to-list 'lsp-disabled-clients '(objc-mode . ccls))) + ;; (add-to-list 'lsp-disabled-clients '(c++-mode . ccls)) + ;; (add-to-list 'lsp-disabled-clients '(c-mode . ccls)) + ;; (add-to-list 'lsp-disabled-clients '(objc-mode . ccls)) + ) (use-package ccls :after lsp-mode