From bf52149c0869480c7f6604563ff58c9014f53fce Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 20 May 2020 11:28:17 -0700 Subject: [PATCH] Doom: CCLS/LSP support for C++ coding --- doom/init.el | 6 +++--- gitignore-global | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doom/init.el b/doom/init.el index 76959ab..1221be9 100644 --- a/doom/init.el +++ b/doom/init.el @@ -89,7 +89,7 @@ (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation - ;;lsp + lsp ;;macos ; MacOS-specific commands magit ; a git porcelain for Emacs ;;make ; run make tasks from Emacs @@ -103,8 +103,8 @@ :lang ;;agda ; types of types of types of types... ;;assembly ; assembly for fun or debugging - cc ; C/C++/Obj-C madness - clojure ; java with a lisp + (cc +lsp) ; C/C++/Obj-C madness + clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c diff --git a/gitignore-global b/gitignore-global index 055e2f3..753bead 100644 --- a/gitignore-global +++ b/gitignore-global @@ -6,3 +6,5 @@ .#* .nrepl-port .rebel_readline_history +.ccls-cache +compile_commands.json