doc: restructure module rendering (#1083)
This commit is contained in:
parent
940de011bb
commit
e2fe2df9b0
94 changed files with 413 additions and 321 deletions
|
|
@ -1,15 +0,0 @@
|
|||
# Vim
|
||||
|
||||
This module themes [Vim] using the standard Home Manager options.
|
||||
|
||||
## Related modules
|
||||
|
||||
<!-- If updating this section, make sure to update it on the linked pages too. -->
|
||||
|
||||
- [Neovim](neovim.md): themes Neovim using the standard Home Manager options.
|
||||
- [Nixvim](nixvim.md): themes Neovim using the options provided by [Nixvim].
|
||||
- [nvf](nvf.md): themes Neovim using the options provided by [nvf].
|
||||
|
||||
[Vim]: https://www.vim.org
|
||||
[Nixvim]: https://github.com/nix-community/nixvim#readme
|
||||
[nvf]: https://github.com/NotAShelf/nvf#readme
|
||||
|
|
@ -1,4 +1,20 @@
|
|||
{
|
||||
maintainers = [ ];
|
||||
name = "Vim";
|
||||
homepage = "http://www.vim.org/";
|
||||
maintainers = [ ];
|
||||
description = ''
|
||||
This module themes [Vim] using the standard Home Manager options.
|
||||
|
||||
### Related modules
|
||||
|
||||
<!-- If updating this section, make sure to update it on the linked pages too. -->
|
||||
|
||||
- [Neovim](neovim.md): themes Neovim using the standard Home Manager options.
|
||||
- [Nixvim](nixvim.md): themes Neovim using the options provided by [Nixvim].
|
||||
- [nvf](nvf.md): themes Neovim using the options provided by [nvf].
|
||||
|
||||
[Vim]: https://www.vim.org
|
||||
[Nixvim]: https://github.com/nix-community/nixvim#readme
|
||||
[nvf]: https://github.com/NotAShelf/nvf#readme
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue