From afdba509c48eccd613811735ed2220d68068a030 Mon Sep 17 00:00:00 2001 From: diniamo Date: Tue, 16 Jul 2024 19:04:49 +0200 Subject: [PATCH] docs: fix page link --- docs/manual/configuring/dag-entries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/configuring/dag-entries.md b/docs/manual/configuring/dag-entries.md index 9f8f2927..5f4f4f6a 100644 --- a/docs/manual/configuring/dag-entries.md +++ b/docs/manual/configuring/dag-entries.md @@ -13,7 +13,7 @@ entries in nvf: 3. `basic` - used to set basic configuration options 4. `theme` - used to set up the theme, which has to be done before other plugins 5. `pluginConfigs` - the result of the nested `vim.pluginRC` (internal option, - see the [Custom Plugins](./custom-plugins.md) page for adding your own + see the [Custom Plugins](/index.xhtml#ch-custom-plugins) page for adding your own plugins) DAG, used to set up internal plugins 6. `extraPluginConfigs` - the result of `vim.extraPlugins`, which is not a direct DAG, but is converted to, and resolved as one internally