lang/ruby: rewrite rbenv support; add rvm support

This commit is contained in:
Henrik Lissner 2018-07-31 14:22:38 +02:00
parent 560d16d651
commit 3948255445
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 46 additions and 33 deletions

View file

@ -4,7 +4,6 @@
;; requires ruby ruby-lint
(package! enh-ruby-mode)
(package! rbenv)
(package! rubocop)
(package! inf-ruby)
(package! rspec-mode)
@ -15,4 +14,7 @@
(when (featurep! :completion company)
(package! company-inf-ruby))
(when (featurep! +rbenv)
(package! rbenv))
(when (featurep! +rvm)
(package! rvm))