Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primamateria/neovim-nix
https://github.com/primamateria/neovim-nix
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/primamateria/neovim-nix
- Owner: PrimaMateria
- Created: 2022-05-03T18:45:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:52:20.000Z (22 days ago)
- Last Synced: 2025-01-03T08:38:58.471Z (7 days ago)
- Language: Lua
- Size: 198 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neovim nix editions
A Nix flake provides various editions of Neovim for different purposes:
- Light: basic plugins and appearance
- Base: a plugin-rich foundation
- Web: for daily web development work
- Python: for Python side projects
- Rust: for experimenting with Rust
- Puml: for editing PlantUML diagramsThis blog discusses the structure of the flake before implementing the edition hierarchy:
https://primamateria.github.io/blog/neovim-nix/.Stay tuned for an upcoming blog post explaining the new features.