Home Gen366 @ 2024-10-22-00:47

This commit is contained in:
2024-10-22 00:47:33 +02:00
parent 599e2d16ce
commit fce9aa4605
2 changed files with 4 additions and 0 deletions

View File

@@ -132,5 +132,8 @@
))
(set-lsp-priority! 'clangd 2))
(after! ccls
(setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t)))
(set-lsp-priority! 'ccls 1))
(set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode))