From 7215f8ba49d95f31ef4d9af0008588e1a05471cb Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Mon, 6 Oct 2025 15:50:44 -0500 Subject: [PATCH] feat: added java to 2 space indent patterns --- config/autocmds.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config/autocmds.nix b/config/autocmds.nix index e8a6365..bb8f406 100755 --- a/config/autocmds.nix +++ b/config/autocmds.nix @@ -10,7 +10,17 @@ } { event = "FileType"; - pattern = ["astro" "haskell" "javascript" "javascriptreact" "nix" "tex" "typescript" "typescriptreact"]; + pattern = [ + "astro" + "haskell" + "java" + "javascript" + "javascriptreact" + "nix" + "tex" + "typescript" + "typescriptreact" + ]; callback.__raw = '' function() vim.opt_local.tabstop = 2;