https://github.com/wyatt-avilla/nixvim
NixVim config
https://github.com/wyatt-avilla/nixvim
neovim nix nix-flake nixvim
Last synced: about 2 months ago
JSON representation
NixVim config
- Host: GitHub
- URL: https://github.com/wyatt-avilla/nixvim
- Owner: wyatt-avilla
- Created: 2025-03-22T02:51:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-19T09:33:00.000Z (4 months ago)
- Last Synced: 2026-03-01T22:51:23.847Z (4 months ago)
- Topics: neovim, nix, nix-flake, nixvim
- Language: Nix
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NixVim
This repo contains a nix flake with my NixVim config.
## Flake Outputs
The flake exposes 2 version of NixVim, one bundled with dependencies (`fzf`,
`yazi`, etc. ), and one without.
Run either like so:
```sh
# Includes all dependencies
nix run github:wyatt-avilla/nixvim
# Only Neovim
nix run github:wyatt-avilla/nixvim#nvim-minimal
```
## Screenshot
