mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-25 06:49:49 +01:00
docs: fix page link
This commit is contained in:
parent
36fc4aab32
commit
afdba509c4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ entries in nvf:
|
||||||
3. `basic` - used to set basic configuration options
|
3. `basic` - used to set basic configuration options
|
||||||
4. `theme` - used to set up the theme, which has to be done before other plugins
|
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,
|
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
|
plugins) DAG, used to set up internal plugins
|
||||||
6. `extraPluginConfigs` - the result of `vim.extraPlugins`, which is not a
|
6. `extraPluginConfigs` - the result of `vim.extraPlugins`, which is not a
|
||||||
direct DAG, but is converted to, and resolved as one internally
|
direct DAG, but is converted to, and resolved as one internally
|
||||||
|
|
Loading…
Reference in a new issue