Merge pull request #1250 from qhuyduong/do-not-install-robe-if-lsp-is-enabled

Don't install robe if lsp is enabled
This commit is contained in:
Henrik Lissner 2019-03-13 00:19:23 -04:00 committed by GitHub
commit ec00f56186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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))