mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tweak(cc): default to +lsp
Without +lsp, both irony-mode and rtags require extra configuration for system header path on macOS. With +lsp, clangd works well out of the box, and it's easier to configure than two separate daemons. Ref: https://github.com/Sarcasm/irony-mode/wiki/Mac-OS-X-issues-and-workaround Ref: Andersbakken/rtags#811
This commit is contained in:
committed by
Henrik Lissner
parent
1382decb0d
commit
629e93b861
@ -113,7 +113,7 @@
|
|||||||
:lang
|
:lang
|
||||||
;;agda ; types of types of types of types...
|
;;agda ; types of types of types of types...
|
||||||
;;beancount ; mind the GAAP
|
;;beancount ; mind the GAAP
|
||||||
;;cc ; C > C++ == 1
|
;;(cc +lsp) ; C > C++ == 1
|
||||||
;;clojure ; java with a lisp
|
;;clojure ; java with a lisp
|
||||||
;;common-lisp ; if you've seen one lisp, you've seen them all
|
;;common-lisp ; if you've seen one lisp, you've seen them all
|
||||||
;;coq ; proofs-as-programs
|
;;coq ; proofs-as-programs
|
||||||
|
Reference in New Issue
Block a user