From 3ef30a71e868c38fd8e2fe841832f092d53ca76b Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 24 Jul 2025 04:05:52 +0200 Subject: [PATCH] feat(nvim-tree): disable auto open on startup --- lua/ow/plugins/nvim-tree.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/ow/plugins/nvim-tree.lua b/lua/ow/plugins/nvim-tree.lua index 0f98952..aa1cba6 100644 --- a/lua/ow/plugins/nvim-tree.lua +++ b/lua/ow/plugins/nvim-tree.lua @@ -244,11 +244,6 @@ return { override_highlights() disable_highlights() - require("nvim-tree.api").tree.toggle({ - find_file = true, - focus = false, - }) - vim.api.nvim_create_autocmd("QuitPre", { callback = function() local tree_wins = {}