disable LSP downloads for doom

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-02 03:56:25 -04:00 committed by Alice Huston
parent de3a027ab0
commit c8879013ab

View File

@ -15,3 +15,5 @@
;; insert wakatime-api-key from sops file
(setq! wakatime-api-key
(shell-command-to-string "cat /home/alice/.config/doom/wakatime"))
(setq! lsp-enable-suggest-server-download nil)