Skip to content

Commit 63f18e6

Browse files
committed
feat(migration): add tip for doing the migration with the user configuration rather than a base template
1 parent 37b3c2e commit 63f18e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/configuration/v5_migration.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Checkout the [Managing User Configuration Page](/configuration/manage_user_confi
2323

2424
:::
2525

26+
:::tip
27+
28+
Rather than cloning the template into `~/.config/astronvim_v5`, you can also clone your personal configuration into that location and change the AstroNvim version in the `lazy_setup.lua` file to `"^5"` and do the migration with your current configuration while using your old installation as the main editor while testing.
29+
30+
:::
31+
2632
<Steps>
2733

2834
1. Clone the AstroNvim v5 configuration template to a new location (`astronvim_v5` is used as the example):

0 commit comments

Comments
 (0)