-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NvimTree closes nvim when opening a folder #2
Comments
thank you for reporting this issue. I tried and confirmed this can be re-produced there seems no perfect implementation at this time, see: I think we'd better disable this feature or make it configuable |
Interesting, what's weird is that NERDTree works without a glitch (AFAIK). I'll try to investigate this further when I'll some time. Thanks for your support!!! |
Moreover, in NERDTree Hence, it's false that it works. |
Sorry for the noise, this is the last one. This the right way to do it in NERDTree
|
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
The text was updated successfully, but these errors were encountered: