From 40867c461b0945e3a1afc8071e11bbfc386ca135 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 6 May 2025 11:59:06 +0200 Subject: [PATCH] fix(nvim-tree): follow cwd --- lua/ow/plugins/nvim-tree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/ow/plugins/nvim-tree.lua b/lua/ow/plugins/nvim-tree.lua index fd8db3f..0da8f6d 100644 --- a/lua/ow/plugins/nvim-tree.lua +++ b/lua/ow/plugins/nvim-tree.lua @@ -238,6 +238,7 @@ return { help = { sort_by = "desc", }, + sync_root_with_cwd = true, }) override_highlights()