-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
filetree/nvim-tree: Open on directory #462
Conversation
Opening a directory with |
#446 should fix this too. |
This feature was removed from nvimTree and should be added externally as seen here https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup. This PR modifies the nvimTree script used to open on startup to also open for directories, which was not previously enabled. |
it's still going to have conflicts with that PR, so you have to at least rebase on it. |
Is that PR not ready for commit yet? |
#446 did not fix, will rebase and fix up now. |
Rebased, no fixes needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, except the unnecessary space
(waiting for CI to finish) |
CI is failing all around. |
whoops lemme fix up formatting |
When nvim-tree is enabled, opening nvim with a directory opens nvim-tree in that directory, and cds to the directory.
Sanity Checking
nix fmt
)..#nix
(default package).#maximal
.#docs-html
x86_64-linux
aarch64-linux
x86_64-darwin
aarch64-darwin
Add a 👍 reaction to pull requests you find important.