Home Gen370 @ 2024-10-22-19:48
This commit is contained in:
parent
e7415782aa
commit
ba96a69963
@ -132,7 +132,9 @@
|
||||
)))
|
||||
|
||||
(after! ccls
|
||||
(setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build" :cache (:directory "" :format "json")))
|
||||
(setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build" :cache (:directory ".cache/ccls" :format "binary")))
|
||||
(set-lsp-priority! 'ccls 1))
|
||||
|
||||
(map! :desc "Show Doc-UI" "C-h" #'lsp-ui-doc-show)
|
||||
|
||||
(set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user