summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-09-05 18:23:03 +0200
committerMike Vink <ivi@vinkies.net>2024-09-05 18:23:03 +0200
commitb5b710f2b455fe65e77e66934263e19627c79b95 (patch)
treeb57f4d224b2cec947b13b348ffae468b5ba8aa35 /profiles
parentb89f42a3ac8d42da4c5ce4340c33a759dc703a4a (diff)
finish GBrowse
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;
};