mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
docs/options: include warning about option prefix
This commit is contained in:
parent
38f534f6d8
commit
ffbcebbb4e
1 changed files with 9 additions and 3 deletions
|
@ -1,8 +1,14 @@
|
||||||
# Neovim Flake Configuration Options {#ch-options}
|
# Neovim Flake Configuration Options {#ch-options}
|
||||||
|
|
||||||
Below are the options provided by nvf provided in no particular order.
|
Below are the module options provided by nvf, in no particular order. Most
|
||||||
They may include useful comments and warnings, or examples on how a module option
|
options will include useful comments, warnings or setup tips on how a module
|
||||||
is meant to be used.
|
option is meant to be used as well as examples in complex cases.
|
||||||
|
|
||||||
|
<!--
|
||||||
|
In the manual, individual options may be referenced in Hyperlinks as follows:
|
||||||
|
[](#opt-vim.*) If changing the prefix here, do keep in mind the #opt- suffix will have
|
||||||
|
to be changed everywhere.
|
||||||
|
-->
|
||||||
|
|
||||||
```{=include=} options
|
```{=include=} options
|
||||||
id-prefix: opt-
|
id-prefix: opt-
|
||||||
|
|
Loading…
Reference in a new issue