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;