From 9ade161b92af6d78b1825b7a2c4286081849fa0d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 10 Jul 2025 16:29:33 +0000 Subject: [PATCH] Deploy PR #1000 preview --- docs-preview-1000/index.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

Custom Neovim Package
Custom Plugins
Overriding plugins
Language Support
Using DAGs
DAG entries in nvf
Autocommands and Autogroups

Custom Neovim Package

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

Custom Neovim Package

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;