From fe63681d7c1cf48e227b33e07b31671ff428fa37 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 26 Jan 2026 18:57:17 +0100 Subject: [PATCH] minor tweak neotree --- modules/nvim.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/nvim.nix b/modules/nvim.nix index ebfa5c6..a02f34f 100644 --- a/modules/nvim.nix +++ b/modules/nvim.nix @@ -188,8 +188,7 @@ enabled = false; }; last_modified = { - enabled = true; - required_width = 68; + enabled = false; }; }; filesystem = { @@ -207,7 +206,7 @@ position = "float"; popup = { size = { - width.__raw = "math.min(math.max(86, math.floor(vim.o.columns * 0.5)), math.floor(vim.o.columns * 0.85))"; + width = 76; height = "75%"; }; border = "rounded"; @@ -230,6 +229,7 @@ p = "paste_from_clipboard"; d = "delete"; o = { command = "system_open"; nowait = true; }; + f = { command = "show_in_finder"; nowait = true; }; # Disable everything else "#" = "none"; "/" = "none"; @@ -250,8 +250,6 @@ "[g" = "none"; "]g" = "none"; e = "none"; - f = { command = "show_in_finder"; nowait = true; }; - i = "none"; l = "none"; s = "none"; t = "none";