From 2d135b743cf34ee3722c0b46c40a75edc53023a4 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 24 Oct 2022 10:00:39 +0200 Subject: [PATCH] neovim: Added shfmt --- roles/home/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home/neovim.nix b/roles/home/neovim.nix index af6f856..3132572 100644 --- a/roles/home/neovim.nix +++ b/roles/home/neovim.nix @@ -21,6 +21,7 @@ clang-tools rustfmt nixfmt + shfmt ]; plugins = with pkgs.vimPlugins; [ vim-nix