doc: align module capitalization (#1115)

Closes: https://github.com/danth/stylix/issues/1084
Link: https://github.com/danth/stylix/pull/1115

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: awwpotato <153149335+awwpotato@users.noreply.github.com>
This commit is contained in:
Flameopathic 2025-04-10 02:45:51 -04:00 committed by GitHub
parent 31fdf60634
commit 82f67a36eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
90 changed files with 127 additions and 20 deletions

View file

@ -1,6 +1,6 @@
# Nixvim
# NixVim
This module themes [Neovim] using the options provided by [Nixvim].
This module themes [Neovim] using the options provided by [NixVim].
> [!IMPORTANT]
> This module will have no effect unless the desired Nixvim module is properly
@ -18,8 +18,8 @@ This module themes [Neovim] using the options provided by [Nixvim].
- [Vim](vim.md): themes Vim using the standard Home Manager options.
- [Neovim](neovim.md): themes Neovim using the standard Home Manager options.
- [NVF](nvf.md): themes Neovim using the options provided by [NVF].
- [nvf](nvf.md): themes Neovim using the options provided by [nvf].
[Neovim]: https://neovim.io
[Nixvim]: https://github.com/nix-community/nixvim#readme
[NVF]: https://github.com/NotAShelf/nvf#readme
[NixVim]: https://github.com/nix-community/nixvim#readme
[nvf]: https://github.com/NotAShelf/nvf#readme

View file

@ -1,3 +1,4 @@
{
maintainers = [ ];
name = "NixVim";
}