Don't install robe if lsp is enabled
Signed-off-by: Huy Duong <huy.duong@employmenthero.com>
This commit is contained in:
parent
093dddff4a
commit
84cea4feb0
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
(package! enh-ruby-mode)
|
(package! enh-ruby-mode)
|
||||||
(package! yard-mode)
|
(package! yard-mode)
|
||||||
(package! inf-ruby)
|
(package! inf-ruby)
|
||||||
(package! robe)
|
(unless (featurep! +lsp)
|
||||||
|
(package! robe))
|
||||||
|
|
||||||
(when (featurep! :completion company)
|
(when (featurep! :completion company)
|
||||||
(package! company-inf-ruby))
|
(package! company-inf-ruby))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue