An open API service indexing awesome lists of open source software.

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.

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.