mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(lang): Disable solargraph's multi-root feature
This means that each project gets a separate solargraph server, rather than one server handles all projects. This does mean more memory is consumed, but it overall it makes lsp-mode perform much faster, and be more stable.
This commit is contained in:
@@ -80,7 +80,10 @@
|
||||
:straight (lsp-mode)
|
||||
|
||||
:hook
|
||||
(ruby-mode . lsp-deferred))
|
||||
(ruby-mode . lsp-deferred)
|
||||
|
||||
:custom
|
||||
(lsp-solargraph-multi-root nil))
|
||||
|
||||
(use-package inf-ruby
|
||||
:defer t
|
||||
|
||||
Reference in New Issue
Block a user