From b5b710f2b455fe65e77e66934263e19627c79b95 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 5 Sep 2024 18:23:03 +0200 Subject: finish GBrowse --- profiles/core/neovim.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'profiles') diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index 6db247c..d59d81f 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -17,11 +17,7 @@ trim_trailing_whitespace = true; insert_final_newline = true; }; - "*.yaml" = { - indent_style = "space"; - indent_size = 2; - }; - "*.nix" = { + "*.{yaml,nix,sh}" = { indent_style = "space"; indent_size = 2; }; -- cgit v1.2.3