mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-19 18:31:18 +00:00
docs: add mention of breaking changes at the start of the release notes
This commit is contained in:
parent
afdba509c4
commit
35d0c2983b
2 changed files with 11 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue