mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2021-08-14 e8a4cbe0d290f4432f76568dbaccac6805920008
config.org
@@ -817,9 +817,10 @@
    (setq lsp-keymap-prefix "C-c l")
    :commands lsp
    :config
    (add-hook lsp-mode-hook lsp-enable-which-key-integration)
    (add-hook 'lsp-mode-hook 'lsp-enable-which-key-integration)
    (setq read-process-output-max (* 1024 1024))
    (setq lsp-completion-provider :capf)
    (setq lsp-keep-workspace-alive 'nil)
    (add-to-list 'exec-path "~/.cargo/bin"))
  (use-package lsp-ui