neovim-flake/docs/manual/configuring.md

35 lines
990 B
Markdown
Raw Normal View History

# Configuring nvf {#ch-configuring}
2024-04-20 06:57:11 +03:00
<!-- markdownlint-disable MD051 -->
[helpful tips section]: #ch-helpful-tips
<!-- markdownlint-enable MD051 -->
nvf allows for _very_ extensive configuration for your Neovim setups through a
Nix module interface. This interface allows you to express almost everything
using a single DSL, Nix. The below chapters describe several of the options
exposed in nvf for your convenience. You might also be interested in the
[helpful tips section] for more advanced or unusual configuration options
supported by nvf such as Nix/Lua hybrid setups.
::: {.note}
This section does not cover module _options_. For an overview of all module
options provided by nvf, please visit the [appendix](/nvf/options.html)
:::
2024-04-20 06:57:11 +03:00
```{=include=} chapters
configuring/custom-package.md
configuring/custom-plugins.md
configuring/overriding-plugins.md
configuring/modules.md
2024-04-20 06:57:11 +03:00
configuring/languages.md
configuring/autocmds.md
configuring/dags.md
configuring/dag-entries.md
2024-04-20 06:57:11 +03:00
```