Skip to content

Commit

Permalink
chore: add link when referencing other section
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Feb 20, 2024
1 parent 767932f commit 084684a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/configuration/v4_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Each "Migrating" section below has an link to documentation and/or an example co

The [plugin configuration files.](https://github.com/AstroNvim/AstroNvim/tree/v4/lua%2Fastronvim%2Fplugins) in the AstroNvim codebase itself are also a good reference to learn how to configure.

**Please also read the Other Changes section** - there are a number of changes that are not just "move some config from one place to another". For example, in key mapping `<leader>` is no longer recognized.
**Please also read the [Other Changes section](./#other-changes)** - there are a number of changes that are not just "move some config from one place to another". For example, in key mapping `<leader>` is no longer recognized.

If you get stuck, people on the [Discord](https://discord.astronvim.com/) forum are active and friendly! Like all humans, sometimes they are grumpy, so be nice to them! The best place to post is most likely the `#help-forum`, but poke around a few of the other channels, you never know what you will find that is useful.

Expand Down Expand Up @@ -137,7 +137,7 @@ The following keys are introduced in v4 and have no equivalent in v3. This confi
| `commands` | `astrocore` | Configure global commands |
| `on_keys` | `astrocore` | Configure functions on key press |
| `rooter` | `astrocore` | Configure project root detection |
| `sessions` | `astrocore` | Configure session management (powered by Resession) |
| `sessions` | `astrocore` | Configure Resession session management |
| `autocmds` | `astrolsp` | Configure buffer local auto commands to add when attaching a language server |
| `commands` | `astrolsp` | Configure buffer local user commands to add when attaching a language server |

Expand Down

0 comments on commit 084684a

Please sign in to comment.