From: Samir Benmendil Date: Tue, 18 Apr 2023 00:21:04 +0000 (+0100) Subject: nvim/editor: load neo-tree eagerly X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b0951dca9a0e61cb14f0b80adfcf6c16f6e7fc82?ds=sidebyside nvim/editor: load neo-tree eagerly If loaded lazily it won't open upon editing a directory. https://github.com/LazyVim/LazyVim/issues/572 --- 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