Don't install robe if lsp is enabled

Signed-off-by: Huy Duong <huy.duong@employmenthero.com>
This commit is contained in:
Huy Duong 2019-03-03 10:24:27 +07:00
parent 093dddff4a
commit 84cea4feb0

View file

@ -6,7 +6,8 @@
(package! enh-ruby-mode)
(package! yard-mode)
(package! inf-ruby)
(package! robe)
(unless (featurep! +lsp)
(package! robe))
(when (featurep! :completion company)
(package! company-inf-ruby))