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

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

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

![Screenshot](./screenshot.png)