Stop using lsp-mode for Ruby

It's just way too slow to use with Ruby.
This commit is contained in:
2019-11-01 16:35:52 +00:00
parent 091325f824
commit 358624f5aa

View File

@@ -9,7 +9,6 @@
(require 'siren-company)
(require 'siren-folding)
(require 'siren-highlight-indentation)
(require 'siren-lsp)
(require 'siren-projectile)
(require 'siren-realgud)
(require 'siren-smartparens)
@@ -62,7 +61,6 @@
tab-width 2)
(company-mode +1)
(lsp)
(hs-minor-mode 1)
(hideshowvis-enable)
(highlight-indentation-current-column-mode)
@@ -108,7 +106,7 @@
:bind (:map robe-mode-map
("C-c C-j" . robe-jump)
("C-c b". pop-tag-mark))
;; :hook (ruby-mode . robe-mode)
:hook (ruby-mode . robe-mode)
:init
(eval-after-load 'company