Skip to content
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

refactor(#2826): multi instance nvim-tree.view #2864

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

raaymax
Copy link
Collaborator

@raaymax raaymax commented Aug 4, 2024

WIP: still not working

fixes #2826

Base automatically changed from live-filter-multiinstace to master August 10, 2024 02:02
@raaymax raaymax closed this Sep 8, 2024
@raaymax
Copy link
Collaborator Author

raaymax commented Sep 8, 2024

I see it's quite outdated now and it will be faster to do it from scratch.

@@ -42,10 +40,10 @@ end
---@return integer
function M.get_nodes_starting_line()
local offset = 1
if view.is_root_folder_visible(M.get_cwd()) then
if TreeExplorer and TreeExplorer.view:is_root_folder_visible(M.get_cwd()) then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!

@alex-courtis
Copy link
Member

I see it's quite outdated now and it will be faster to do it from scratch.

I reckon we should be able to rebase or apply this; whatever is fastest.

@alex-courtis alex-courtis reopened this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi Instance: Refactor: nvim-tree.view
2 participants