lang/ruby: rewrite rbenv support; add rvm support
This commit is contained in:
parent
560d16d651
commit
3948255445
3 changed files with 46 additions and 33 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue