From 9ade161b92af6d78b1825b7a2c4286081849fa0d Mon Sep 17 00:00:00 2001
From: GitHub Actions
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;