Compare commits

..

3 Commits

Author SHA1 Message Date
coolneng 82ef744f1b
Tweak the modeline so it fits the screen 2022-12-08 13:21:29 +01:00
coolneng abfd4b71f8
Reduce size of the popup terminal 2022-12-08 13:21:29 +01:00
coolneng 64e33fd3c1
Migrate to eglot 2022-12-08 13:21:29 +01:00
1 changed files with 1 additions and 7 deletions

View File

@ -64,13 +64,7 @@
;; Associate polymode to R markdown files
(add-to-list 'auto-mode-alist '("\\.[rR]md\\'" . poly-markdown+R-mode))
;; Set clangd as C/C++ LSP
(setq lsp-clients-clangd-args '("-j=3"
"--background-index"
"--clang-tidy"
"--completion-style=detailed"
"--header-insertion=never"
"--header-insertion-decorators=0"))
(after! lsp-clangd (set-lsp-priority! 'clangd 2))
(set-eglot-client! 'cc-mode '("clangd" "-j=3" "--clang-tidy"))
;; Use relative line numbers (Usage: number <j/k>)
(setq display-line-numbers-type 'relative)
;; Use pass as auth-source