lang/ruby: if lsp fails, fallback to robe

This commit is contained in:
Henrik Lissner
2019-05-04 18:54:50 -04:00
parent e5c8ced1a6
commit 1103db1679
2 changed files with 8 additions and 4 deletions

View File

@ -12,8 +12,7 @@
;; Programming environment
(package! rubocop)
(unless (featurep! +lsp)
(package! robe))
(package! robe)
;; Project tools
(package! bundler)