diff options
author | 2022-05-03 00:37:00 -0700 | |
---|---|---|
committer | 2022-05-03 00:37:00 -0700 | |
commit | 3c614976eb61a6618f84a3668fa778eb0bf1a943 (patch) | |
tree | ee3bf7f63fac0fc476dd6e9e204a4319ba534628 /init.el | |
parent | config(org): add jira custom link (diff) | |
download | doom-emacs-3c614976eb61a6618f84a3668fa778eb0bf1a943.tar.xz |
feat: lsp support for C/C++
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ :lang ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP - ;;cc ; C > C++ == 1 + (cc +lsp) ; C > C++ == 1 ;;clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs |