summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/core/neovim.nix6
1 files changed, 1 insertions, 5 deletions
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;
};