11.stylix/modules/neovim/meta.nix
2025-05-18 14:09:50 +01:00

20 lines
666 B
Nix

{
name = "Neovim";
homepage = "https://www.neovim.io/";
maintainers = [ ];
description = ''
This module themes [Neovim] using the standard Home Manager options.
### Related modules
<!-- If updating this section, make sure to update it on the linked pages too. -->
- [Vim](vim.md): themes Vim 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].
[Neovim]: https://neovim.io
[Nixvim]: https://github.com/nix-community/nixvim#readme
[nvf]: https://github.com/NotAShelf/nvf#readme
'';
}