Skip to content

fix(neo-tree): allow neo-tree to hijack netrw on startup#1489

Merged
feoh merged 1 commit into
nvim-lua:masterfrom
pynappo:neotree-unlazyload
May 11, 2025
Merged

fix(neo-tree): allow neo-tree to hijack netrw on startup#1489
feoh merged 1 commit into
nvim-lua:masterfrom
pynappo:neotree-unlazyload

Conversation

@pynappo

@pynappo pynappo commented Apr 23, 2025

Copy link
Copy Markdown
Contributor

hi, Neo-tree maintainer here.

The Neo-tree spec here has an issue where it lazyloads neo-tree and thus stops neo-tree from being able to hijack netrw until the user opens Neo-tree. this seems like inconsistent behavior from a user perspective.

On recent versions of Neo-tree, manual user-side lazyloading for neo-tree is pretty much unnecessary (all the expensive setup work is delayed until Neo-tree is opened or the command is typed, so startup times should be very minimal when not hijacking on startup), so i'd like to remove the lazyloading here such that users get the intended experience.

@feoh feoh merged commit fb73617 into nvim-lua:master May 11, 2025
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.

4 participants