From eff349ffb1f3adb7bfdcd30cc59d7a14016f53b0 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 16 Apr 2025 04:39:50 +0200 Subject: [PATCH] fix(neo-tree): small fixes --- lua/plugins/neo-tree.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/plugins/neo-tree.lua b/lua/plugins/neo-tree.lua index d4636fb..f7be4ab 100644 --- a/lua/plugins/neo-tree.lua +++ b/lua/plugins/neo-tree.lua @@ -10,7 +10,7 @@ end local function focus_neo_tree() require("neo-tree.command").execute({ action = "focus", - reveal = true, + source = "last", }) end @@ -64,6 +64,7 @@ return { }, name = { use_git_status_colors = false, + trailing_slash = true, }, git_status = { symbols = { @@ -96,6 +97,7 @@ return { enabled = true, }, hijack_netrw_behavior = "disabled", + use_libuv_file_watcher = true, commands = { -- over write default 'delete' command to 'trash'. delete = function(state)