mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-11 14:43:55 +00:00
treewide: replace auto option links with {option} role
This commit is contained in:
parent
1f39882482
commit
da8c682af7
16 changed files with 58 additions and 58 deletions
|
|
@ -284,9 +284,9 @@ in {
|
|||
default = "";
|
||||
defaultText = literalMD ''
|
||||
By default, this option will **append** paths in
|
||||
[](#opt-vim.additionalRuntimePaths)
|
||||
{option}`vim.additionalRuntimePaths`
|
||||
to the `runtimepath` and enable the experimental Lua module loader
|
||||
if [](#opt-vim.enableLuaLoader) is set to true.
|
||||
if {option}`vim.enableLuaLoader` is set to true.
|
||||
'';
|
||||
|
||||
example = literalExpression "\${builtins.readFile ./my-lua-config-pre.lua}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue