From ee3d9acda07b956c846677e46b740c3c8ad2b30a Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sat, 7 Feb 2026 10:56:29 -0500 Subject: [PATCH] ui --- lazy-lock.json | 2 +- lua/plugins/tree.lua | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index 5a408bc..e340e6f 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -1,7 +1,7 @@ { "Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" }, "dashboard-nvim": { "branch": "master", "commit": "0775e567b6c0be96d01a61795f7b64c1758262f6" }, - "diffs.nvim": { "branch": "main", "commit": "4008df355829dffc0f8dd690c6fe61c520fa95fb" }, + "diffs.nvim": { "branch": "main", "commit": "b6f1c5b749dfccdc04b296d2f8a7fa0dafb2fa85" }, "flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" }, "fzf-lua": { "branch": "main", "commit": "36d60dd59cd9bc0442352119fc0e45e1c9011e03" }, "gitsigns.nvim": { "branch": "main", "commit": "1ce96a464fdbc24208e24c117e2021794259005d" }, diff --git a/lua/plugins/tree.lua b/lua/plugins/tree.lua index 4f9a9a5..3c70fcc 100644 --- a/lua/plugins/tree.lua +++ b/lua/plugins/tree.lua @@ -24,12 +24,7 @@ return { }, -- Source selector at top (just Files, no Git tab) source_selector = { - winbar = true, - content_layout = "center", - tabs_layout = "equal", - sources = { - { source = "filesystem", display_name = " Files" }, - }, + winbar = false, }, filesystem = { follow_current_file = {