mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't install robe if lsp is enabled
Signed-off-by: Huy Duong <huy.duong@employmenthero.com>
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user