Home Gen373 @ 2024-10-22-20:15
This commit is contained in:
parent
d5497a374e
commit
680588aad1
@ -136,6 +136,7 @@
|
|||||||
(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 1))
|
(set-lsp-priority! 'ccls 1))
|
||||||
|
|
||||||
(map! :desc "Show Doc-UI" "C-h" #'lsp-ui-doc-show)
|
(map! :map (cpp-mode-map c-mode-map c++-mode-map lsp-mode-map)
|
||||||
|
:desc "Show Doc-UI" :n "C-h" #'lsp-ui-doc-glance)
|
||||||
|
|
||||||
(set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode))
|
(set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user