Open
Description
First of all thanks a lot for this repository, it's a really nice source of inspiration.
This auto command causes neovim to close when I try to open a folder (:e /path/to/folder
)
nvim-config/lua/config/nvim-tree.lua
Line 67 in 693e9e1
Does it happen to you as well?
I didn't find a solution yet, except commenting that block.
For reference, with NerdTree it works correctly, but the command is a bit different
'if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif'
Metadata
Metadata
Assignees
Labels
No labels