mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ruby: if lsp fails, fallback to robe
This commit is contained in:
@ -12,8 +12,7 @@
|
||||
|
||||
;; Programming environment
|
||||
(package! rubocop)
|
||||
(unless (featurep! +lsp)
|
||||
(package! robe))
|
||||
(package! robe)
|
||||
|
||||
;; Project tools
|
||||
(package! bundler)
|
||||
|
Reference in New Issue
Block a user