feat(#1669): remove deprecated open_on_setup mechanisms (#2122)

This commit is contained in:
Alexander Courtis
2023-04-11 14:53:27 +10:00
committed by GitHub
parent 920d5c8f7e
commit 48d53a5934
3 changed files with 4 additions and 133 deletions

View File

@@ -26,10 +26,6 @@ Take a look at the [wiki](https://github.com/nvim-tree/nvim-tree.lua/wiki) for S
[Join us on matrix](https://matrix.to/#/#nvim-tree:matrix.org)
## Breaking Change 2023-01-30
Existing `*_on_setup*` mechanisms have been removed in favour of [Open At Startup](https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup)
## New Mapping Method 2023-02-27
[:help nvim-tree.view.mappings](doc/nvim-tree-lua.txt) have been deprecated in favour of [:help nvim-tree.on_attach](doc/nvim-tree-lua.txt). Please visit [Migrating To on_attach](https://github.com/nvim-tree/nvim-tree.lua/wiki/Migrating-To-on_attach) to transition.