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

https://github.com/anders130/nvix

Neovim Configuration based on Nixvim.
https://github.com/anders130/nvix

editor flakes neovim nix nixvim nvim vim

Last synced: about 2 months ago
JSON representation

Neovim Configuration based on Nixvim.

Awesome Lists containing this project

README

          

# My Nixvim configuration

To start this custom neovim installation, run one of the following commands:

```bash
# upstream version
nix run "github:anders130/nvix"

# local version
nix run .
```

To test the changes in this configuration, run the following command:

```bash
nix flake check .
```