From 6ac142ae7406ce065b0b9c59fea0f24c6a98c2d7 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Wed, 12 Feb 2020 23:59:01 -0800 Subject: [PATCH] enable rubocop and sorbet as fixers for ruby files --- nix/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home.nix b/nix/home.nix index 8d9659d..6c7f4d7 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -167,6 +167,7 @@ in { \ 'javascript.jsx': ['prettier'], \ 'javascriptreact': ['prettier'], \ 'typescriptreact': ['prettier'], + \ 'ruby': ['rubocop', 'sorbet'], \} " Easymotion