]> git.rmz.io Git - dotfiles.git/commitdiff
nvim/editor: load neo-tree eagerly
authorSamir Benmendil <me@rmz.io>
Tue, 18 Apr 2023 00:21:04 +0000 (01:21 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:36:19 +0000 (17:36 +0000)
If loaded lazily it won't open upon editing a directory.

https://github.com/LazyVim/LazyVim/issues/572

nvim/lua/plugins/editor.lua

index 8b26d4175323ddaa737853388167128f549ae454..7f30842e8a09ffab621263d10950afa31fc8fed4 100644 (file)
@@ -10,6 +10,7 @@ return {
   },
   {
     "neo-tree.nvim",
+    lazy = false,
     opts = {
       filesystem = {
         -- TODO: review these