mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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