parent
e7649daa9f
commit
200fd52b61
1 changed files with 4 additions and 4 deletions
|
@ -248,7 +248,7 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
|
||||||
;; IS-MAC custom configuration
|
;; IS-MAC custom configuration
|
||||||
(when IS-MAC
|
(when IS-MAC
|
||||||
(add-to-list 'eglot-workspace-configuration
|
(add-to-list 'eglot-workspace-configuration
|
||||||
((:ccls . ((:clang . ,(list :extraArgs ["-isystem/Library/Developer/CommandLineTools/usr/include/c++/v1"
|
`((:ccls . ((:clang . ,(list :extraArgs ["-isystem/Library/Developer/CommandLineTools/usr/include/c++/v1"
|
||||||
"-isystem/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"
|
"-isystem/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"
|
||||||
"-isystem/usr/local/include"]
|
"-isystem/usr/local/include"]
|
||||||
:resourceDir (string-trim (shell-command-to-string "clang -print-resource-dir")))))))))))
|
:resourceDir (string-trim (shell-command-to-string "clang -print-resource-dir")))))))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue