docs: add mention of breaking changes at the start of the release notes

This commit is contained in:
diniamo 2024-07-16 19:05:10 +02:00
commit 35d0c2983b
2 changed files with 11 additions and 1 deletions

View file

@ -13,7 +13,7 @@
cfg = config.vim;
in {
imports = [
(mkRemovedOptionModule ["vim" "configRC"] "Migrate your configRC sections to lua, and add them to luaConfigRC instead.")
(mkRemovedOptionModule ["vim" "configRC"] "Migrate your configRC sections to lua, and add them to luaConfigRC instead. See the v0.7 release notes for more information.")
];
options.vim = {