2025-01-25 14:21:08 +00:00
|
|
|
.TH "nvf" "5" "January 1, 1980" "nvf"
|
2023-12-09 19:21:36 +00:00
|
|
|
.\" disable hyphenation
|
|
|
|
.nh
|
|
|
|
.\" disable justification (adjust text to left margin only)
|
|
|
|
.ad l
|
|
|
|
.\" enable line breaks after slashes
|
|
|
|
.cflags 4 /
|
2025-01-25 14:21:08 +00:00
|
|
|
|
2023-12-09 19:21:36 +00:00
|
|
|
.SH "NAME"
|
2025-01-25 14:21:08 +00:00
|
|
|
nvf \- Configuration specification for the nvf.
|
|
|
|
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
The nvf configuration specification provides a declarative structure for configuring Neovim using Nix with few
|
|
|
|
lines of Nix. This document outlines the available options and their usage to create modular, reusable, and
|
|
|
|
reproducible configurations using nvf's module system options. For tips, tricks and possible quirks with available
|
|
|
|
plugins please visit https://notashelf.github.io/nvf/
|