Home Gen372 @ 2024-10-22-19:55
This commit is contained in:
parent
594fb81331
commit
d5497a374e
@ -130,11 +130,11 @@
|
|||||||
"--header-insertion-decorators=0"
|
"--header-insertion-decorators=0"
|
||||||
"--compile-commands-dir=build"
|
"--compile-commands-dir=build"
|
||||||
))
|
))
|
||||||
(set-lsp-priority! 'clangd 1))
|
(set-lsp-priority! 'clangd 2))
|
||||||
|
|
||||||
(after! ccls
|
(after! ccls
|
||||||
(setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build" :cache (:directory ".cache/ccls" :format "binary")))
|
(setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build" :cache (:directory ".cache/ccls" :format "binary")))
|
||||||
(set-lsp-priority! 'ccls 2))
|
(set-lsp-priority! 'ccls 1))
|
||||||
|
|
||||||
(map! :desc "Show Doc-UI" "C-h" #'lsp-ui-doc-show)
|
(map! :desc "Show Doc-UI" "C-h" #'lsp-ui-doc-show)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user