treewide: fix a lot of broken / dead links

This commit is contained in:
Soliprem 2025-12-11 18:32:09 +01:00
commit b4abb3c82d
14 changed files with 67 additions and 67 deletions

View file

@ -47,7 +47,7 @@ in {
internally to add plugins to Neovim's runtime.
To add additional plugins to your configuration, consider
using the [{option}`vim.extraPlugins`](#opt-vim.extraPlugins)
using the {option}`vim.extraPlugins`
option.
'';
};

View file

@ -284,7 +284,7 @@ in {
default = "";
defaultText = literalMD ''
By default, this option will **append** paths in
{option}`vim.additionalRuntimePaths`
{option}`vim-additionalRuntimePaths`
to the `runtimepath` and enable the experimental Lua module loader
if {option}`vim.enableLuaLoader` is set to true.
'';