Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guettafa/nixvim-flake

nixvim configuration
https://github.com/guettafa/nixvim-flake

Last synced: about 1 month ago
JSON representation

nixvim configuration

Awesome Lists containing this project

README

        

# Nixvim Flake Repository

## To run

```
nix run .
```

## To run from github repo
```
nix run github:guettafa/nixvim-flake
```

## To build
```
nix build . && ./result/bin/nvim
```