💎 ruby/rails config updates

This commit is contained in:
James Walker 2021-06-07 23:00:22 -04:00
parent 40d3e2be92
commit ad76f2648b
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 3 additions and 1 deletions

View File

@ -157,7 +157,7 @@
;;raku ; the artist formerly known as perl6
rest ; Emacs as a REST client
;;rst ; ReST in peace
(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
(ruby +rails +lsp) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
;;scala ; java, but good
;;scheme ; a fully conniving family of lisps

View File

@ -2,4 +2,6 @@
{
home.packages = with pkgs; [ ruby_2_7 solargraph ];
programs.zsh.oh-my-zsh.plugins = [ "bundler" "rails" ];
}