From 0851a733db25679c5e99df3834e23bfd7caaaf81 Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Mon, 23 Jun 2025 16:11:29 -0500 Subject: [PATCH] Try to fix neo-tree up a bit --- nvim/lua/config/lazy/32-tree.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nvim/lua/config/lazy/32-tree.lua b/nvim/lua/config/lazy/32-tree.lua index bba386d..3ed6748 100644 --- a/nvim/lua/config/lazy/32-tree.lua +++ b/nvim/lua/config/lazy/32-tree.lua @@ -22,6 +22,7 @@ return { "thumbs.db", }, }, + use_libuv_file_watcher = true, }, default_component_configs = { git_status = { @@ -36,6 +37,11 @@ return { conflict = "", }, }, + window = { + mappings = { + [""] = { "toggle_node" }, + }, + }, }, }, keys = {