From d3c7340c81245daffc28a4e678df3e5fa5bfe89d Mon Sep 17 00:00:00 2001 From: Reathe Date: Wed, 25 Feb 2026 21:53:05 +0100 Subject: [PATCH] make neo-tree lazy (not open on startup) --- lua/kickstart/plugins/neo-tree.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/kickstart/plugins/neo-tree.lua b/lua/kickstart/plugins/neo-tree.lua index c1f60527..0fd14663 100644 --- a/lua/kickstart/plugins/neo-tree.lua +++ b/lua/kickstart/plugins/neo-tree.lua @@ -9,7 +9,6 @@ return { 'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended 'MunifTanjim/nui.nvim', }, - lazy = false, keys = { { '\\', ':Neotree reveal', desc = 'NeoTree reveal', silent = true }, },