From da966f152278fee5ce569eb3cf9299f66948f12a Mon Sep 17 00:00:00 2001 From: Satria Date: Fri, 13 Mar 2026 10:38:05 +0700 Subject: [PATCH] enable git tree view --- modules/home/core/zed.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/core/zed.nix b/modules/home/core/zed.nix index 67342c3..9060a36 100644 --- a/modules/home/core/zed.nix +++ b/modules/home/core/zed.nix @@ -18,6 +18,7 @@ file_types.tailwindcss = [ "*.css" ]; auto_install_extensions.catppuccin-icons = true; icon_theme = "Catppuccin Mocha"; + git_panel.tree_view = true; diagnostics = { button = true; include_warnings = true;