feat(docs): Add neovim module documentation
This commit is contained in:
parent
d47b04a887
commit
db8bae6f31
5 changed files with 132 additions and 121 deletions
|
@ -2,4 +2,5 @@
|
|||
|
||||
- [Nix Based Configuration](./configuration-overview.md)
|
||||
- [NixOS Module Options](./nixos-options.md)
|
||||
- [Neovim Module Options](./nvim-options.md)
|
||||
- [Home Manager Module Options](./home-options.md)
|
||||
|
|
13
docs/src/nvim-options.md
Normal file
13
docs/src/nvim-options.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Neovim Module Options
|
||||
|
||||
Here you will find the neovim options and their default values (if they have
|
||||
any).
|
||||
|
||||
You might also want to take a look at the [NixNeovim
|
||||
Manual](https://nixneovim.github.io/NixNeovim/options.html) or search the
|
||||
available options through [NixNeovim option
|
||||
search](https://nixneovim.github.io/nixneovim-option-search/).
|
||||
|
||||
## Table of Contents
|
||||
|
||||
<!-- toc -->
|
Loading…
Add table
Add a link
Reference in a new issue