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;