-
Notifications
You must be signed in to change notification settings - Fork 121
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
feature request: default_file_explorer = true
should not disable netrw
#516
Comments
oil only disables netrw when Lines 1074 to 1081 in 0472d92
If you are seeing that oil is disabling netrw even when |
default_file_explorer = false
should not disable netrwdefault_file_explorer = true
should not disable netrw
Sorry, I meant Basically, the request is that oil.nvim can remain the default file explorer without disabling netrw, since netrw still provides features oil.nvim doesn't, most importantly a simplistic tree-style view. I want to use oil.nvim for everything and by default but still have netrw available for tree-view on a side bar, but setting oil.nvim as the default disables netrw. |
If you want oil to be the default file explorer (oil opens when you |
Did you check existing requests?
Describe the feature
It took me a while to realize oil.nvim's
default_file_explorer = true
disables netrw. From reading the description, this option should only prevent oil.nvim from being the defailt.Provide background
I would like to use oil.nvim as the default but still keep netrw to use exclusively for tree. Currently this doesn't seem possible, i.e. you can only choose one or the other.
Ideally oil.nvim supports a simplistic tree-style view (no additional fancy features needed), most people enjoy tree-style view for providing additional context and visualization that vim-vinegar-like explorers can't offer.
What is the significance of this feature?
strongly desired
Additional details
No response
The text was updated successfully, but these errors were encountered: