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

@ -29,7 +29,7 @@ in {
To add your own language files, you may place your `spell` directory in either
{file}`$XDG_CONFIG_HOME/nvf` or in a path that is included in the
[additionalRuntimePaths](#opt-vim.additionalRuntimePaths) list provided by nvf.
[additionalRuntimePaths](./options.html#option-vim-additionalRuntimePaths) list provided by nvf.
'';
};

View file

@ -107,7 +107,7 @@ in {
option, since there is no way to provide only the LSP server.
If you want to avoid that, you have to change
[vim.lsp.servers.julials.cmd](#opt-vim.lsp.servers._name_.cmd) to use
{option}`vim.lsp.servers.julials.cmd` to use
the Julia binary in {env}`PATH`, and add the `LanguageServer`
package to Julia in your devshells.

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.
'';