From b0951dca9a0e61cb14f0b80adfcf6c16f6e7fc82 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 18 Apr 2023 01:21:04 +0100 Subject: [PATCH] nvim/editor: load neo-tree eagerly If loaded lazily it won't open upon editing a directory. https://github.com/LazyVim/LazyVim/issues/572 --- nvim/lua/plugins/editor.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index 8b26d41..7f30842 100644 --- a/nvim/lua/plugins/editor.lua +++ b/nvim/lua/plugins/editor.lua @@ -10,6 +10,7 @@ return { }, { "neo-tree.nvim", + lazy = false, opts = { filesystem = { -- TODO: review these -- 2.48.1