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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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)