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/3c6c8a49dae222acdeeb3a05112dfe8986d0ef68?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