diff --git a/index.xhtml b/index.xhtml index 7eaf526a..66995c39 100644 --- a/index.xhtml +++ b/index.xhtml @@ -33,7 +33,7 @@
Table of Contents
Table of Contents
Table of Contents
nvf is a highly modular, configurable, extensible and easy to use Neovim configuration in Nix. Designed for flexibility and ease of use, nvf allows you to easily configure your fully featured Neovim instance with a few lines of Nix.
@@ -648,6 +648,20 @@ own plugins) DAG, used to set up internal pluginsmappings
- the result of vim.maps
Table of Contents
There may be instances where the your Nix configuration evaluates to invalid +Lua, or times when you will be asked to provide your built Lua configuration for +easier debugging by nvf maintainers. nvf provides two helpful utilities out of +the box.
nvf-print-config and nvf-print-config-path will be bundled with nvf as +lightweight utilities to help you view or share your built configuration when +necessary.
To view your configuration with syntax highlighting, you may use the +bat pager.
nvf-print-config | bat --language=lua
+
Alternatively, cat
or less
may also be used.
The manpages provided by nvf contains an offline version of the option search
+normally available at https://notashelf.github.io/nvf/options.html. You may
+use the man 5 nvf
command to view option documentation from the comfort of
+your terminal.
Note that this is only available for NixOS and Home-Manager module +installations.
Table of Contents
nvf is designed for the developer as much as it is designed for the end-user. We would like for any contributor to be able to propagate their changes, or add new