Skip to content

Commit

Permalink
Fix LSP remote files
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed May 10, 2024
1 parent 715b762 commit 7fb0abc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions emacs/radian.el
Original file line number Diff line number Diff line change
Expand Up @@ -2488,6 +2488,10 @@ killed (which happens during Emacs shutdown)."
;; for that instead.
(setq lsp-enable-on-type-formatting nil)

;; Super super slow to have LSP on remote files because TRAMP is not
;; async.
(setq lsp-auto-register-remote-clients nil)

;; Multi-root LSP servers are broken by default, the docs suggest
;; adding this advice, although I am not sure why it is not just the
;; default behavior.
Expand Down

0 comments on commit 7fb0abc

Please sign in to comment.