chore: update ndg and fix linkcheck

This commit is contained in:
Snoweuph 2026-04-20 17:43:42 +02:00
commit 1bff580d63
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
15 changed files with 69 additions and 130 deletions

View file

@ -30,7 +30,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](./options.html#option-vim-additionalRuntimePaths) list provided by nvf.
{option}`vim.additionalRuntimePaths` list provided by nvf.
'';
};

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