mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 07:25:30 +00:00
docs: point to configuring page after installation
This commit is contained in:
parent
8666e4ad07
commit
db8986cdc6
5 changed files with 32 additions and 7 deletions
|
|
@ -61,6 +61,14 @@ build independently from your system configuration while also possibly sharing
|
||||||
it with others. The next two chapters will detail specific usage of such a setup
|
it with others. The next two chapters will detail specific usage of such a setup
|
||||||
for a package output in the context of NixOS or Home-Manager installation.
|
for a package output in the context of NixOS or Home-Manager installation.
|
||||||
|
|
||||||
|
::: {.note}
|
||||||
|
|
||||||
|
Once you have nvf installed, head over to [](#ch-configuring) for an overview of
|
||||||
|
how to configure nvf, or [](#ch-options) for the full reference of all available
|
||||||
|
options
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
```{=include=} chapters
|
```{=include=} chapters
|
||||||
standalone/nixos.md
|
standalone/nixos.md
|
||||||
standalone/home-manager.md
|
standalone/home-manager.md
|
||||||
|
|
|
||||||
|
|
@ -84,8 +84,8 @@ configure **nvf**.
|
||||||
|
|
||||||
::: {.note}
|
::: {.note}
|
||||||
|
|
||||||
**nvf** exposes a lot of options, most of which are not referenced in the
|
Now that you have nvf installed, head over to [](#ch-configuring) for an
|
||||||
installation sections of the manual. You may find all available options in the
|
overview of how to configure nvf, or [](#ch-options) for the full reference of
|
||||||
[appendix](https://notashelf.github.io/nvf/options)
|
all available options
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
|
||||||
|
|
@ -82,8 +82,8 @@ configure **nvf**.
|
||||||
|
|
||||||
::: {.note}
|
::: {.note}
|
||||||
|
|
||||||
**nvf** exposes a lot of options, most of which are not referenced in the
|
Now that you have nvf installed, head over to [](#ch-configuring) for an
|
||||||
installation sections of the manual. You may find all available options in the
|
overview of how to configure nvf, or [](#ch-options) for the full reference of
|
||||||
[appendix](https://notashelf.github.io/nvf/options)
|
all available options
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
|
||||||
|
|
@ -53,3 +53,11 @@ the default theme enabled. You may use other options inside `config.vim` in
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
::: {.note}
|
||||||
|
|
||||||
|
Now that you have nvf installed, head over to [](#ch-configuring) for an
|
||||||
|
overview of how to configure nvf, or [](#ch-options) for the full reference of
|
||||||
|
all available options
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
|
||||||
|
|
@ -58,4 +58,13 @@ the default theme enabled. You may use other options inside `config.vim` in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}```
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
::: {.note}
|
||||||
|
|
||||||
|
Now that you have nvf installed, head over to [](#ch-configuring) for an
|
||||||
|
overview of how to configure nvf, or [](#ch-options) for the full reference of
|
||||||
|
all available options
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue