From 59e65d88db177ad1e6a8cffaafd4738420ad20b6 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 5 Feb 2023 12:39:14 +1100 Subject: [PATCH] doc: README: broadcast Open At Startup change --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d2071fa4..7b6a6c0c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ 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) + ## Requirements [neovim >=0.8.0](https://github.com/neovim/neovim/wiki/Installing-Neovim)