fixup! docs: crude migration guide

This commit is contained in:
Ching Pei Yang 2024-04-20 15:17:50 +02:00
parent b682148337
commit 4ff3919f76

View file

@ -2,7 +2,7 @@
Release notes for release 0.6 Release notes for release 0.6
## Breaking Changes and Migration Guide ## Breaking Changes and Migration Guide {#sec-breaking-changes-and-migration-guide}
In v0.6 we are introducing `setupOpts`: many plugin related options are moved into their respective `setupOpts` In v0.6 we are introducing `setupOpts`: many plugin related options are moved into their respective `setupOpts`
submodule, e.g. `nvimTree.disableNetrw` is renamed to `nvimTree.setupOpts.disable_netrw`. submodule, e.g. `nvimTree.disableNetrw` is renamed to `nvimTree.setupOpts.disable_netrw`.