Replies: 1 comment 2 replies
-
Is Do you have Naive suggestion: use nvim-tree instead of netrw to select files etc. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I open my nvim in folder
MyProject
and open the NvimTree (:NvimTreeToggle
), it usesMyProject
as root.But when I
gf
to some import folder, like:It shows the
netrw
and let me select the file that I wanna open, since that, when I open NvimTree again, the root become theFolderWith2Files
instead ofMyProject
, but:pwd
is still inMyProject
andTelescope
is also still looking toMyProject
.How can I make it stop changing root for NvimTree when I
gf
to a folder?Beta Was this translation helpful? Give feedback.
All reactions