mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Moving to Doom Emacs!
This commit is contained in:
29
.emacs.d/modules/lang/ruby/packages.el
Normal file
29
.emacs.d/modules/lang/ruby/packages.el
Normal file
@@ -0,0 +1,29 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/ruby/packages.el
|
||||
|
||||
;; Major modes
|
||||
(package! enh-ruby-mode)
|
||||
(package! yard-mode)
|
||||
|
||||
;; REPL
|
||||
(package! inf-ruby)
|
||||
(when (featurep! :completion company)
|
||||
(package! company-inf-ruby))
|
||||
|
||||
;; Programming environment
|
||||
(package! rubocop)
|
||||
(package! robe)
|
||||
|
||||
;; Project tools
|
||||
(package! bundler)
|
||||
(package! rake)
|
||||
|
||||
;; Environment management
|
||||
(when (featurep! +rbenv)
|
||||
(package! rbenv))
|
||||
(when (featurep! +rvm)
|
||||
(package! rvm))
|
||||
|
||||
;; Testing frameworks
|
||||
(package! rspec-mode)
|
||||
(package! minitest)
|
||||
Reference in New Issue
Block a user