https://github.com/mahyarmirrashed/zenvim
Nix for package management, Lua for configuration.
https://github.com/mahyarmirrashed/zenvim
kickstart neovim nix zen
Last synced: 4 months ago
JSON representation
Nix for package management, Lua for configuration.
- Host: GitHub
- URL: https://github.com/mahyarmirrashed/zenvim
- Owner: mahyarmirrashed
- Created: 2025-05-12T01:19:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-02T20:29:43.000Z (4 months ago)
- Last Synced: 2025-06-03T11:10:23.890Z (4 months ago)
- Topics: kickstart, neovim, nix, zen
- Language: Lua
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zenvim
A minimal, reproducible Neovim configuration based on
[`kickstart-nix.nvim`](https://github.com/nix-community/kickstart-nix.nvim).Relax knowing that Nix handles package management, and Lua handles
configuration.> [!NOTE]
>
> Zenvim is a personal project and is not intended as a general-purpose Neovim
> distribution. Use it as a foundation to create your own configuration. Feel
> free to share your own setups inspired by Zenvim or contribute ideas back to
> the `kickstart-nix.nvim` community.## 🚴 Test Drive
If you have Nix installed with flakes enabled, you can try Zenvim by running
```bash
nix run "github:mahyarmirrashed/zenvim"
```This will launch Neovim with the Zenvim configuration. Use this as a starting
point to explore and customize.