diff --git a/docs-preview-1000/index.xhtml b/docs-preview-1000/index.xhtml index 47f82ec1..2c088302 100644 --- a/docs-preview-1000/index.xhtml +++ b/docs-preview-1000/index.xhtml @@ -364,7 +364,7 @@ installation sections of the manual. You may find all available options in the interface. 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.
Note that this section does not cover module options. For an overview of all -module options provided by nvf, please visit the appendix
Table of Contents
As of v0.5, you may now specify the Neovim package that will be wrapped with +module options provided by nvf, please visit the appendix
As of v0.5, you may now specify the Neovim package that will be wrapped with
your configuration. This is done with the vim.package
option.
{inputs, pkgs, ...}: {
# using the neovim-nightly overlay
vim.package = inputs.neovim-overlay.packages.${pkgs.stdenv.system}.neovim;