Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alejandrogomezfrieiro/nixvim_config

Nix flake for a basic neovim configuration using nixvim.
https://github.com/alejandrogomezfrieiro/nixvim_config

neovim neovim-configuration nix nix-flake nixvim nixvim-config reproducibility

Last synced: about 13 hours ago
JSON representation

Nix flake for a basic neovim configuration using nixvim.

Awesome Lists containing this project

README

        














This flake contains my neovim configuration, using nixvim for a reproducibility.

# Usage

For standalone usage, the default package will run my neovim configuration.
```bash
nix run github:AlejandroGomezFrieiro/nixvim_config
```

# Templates

This repository also comes with two development templates, called `python_uv` and `rust`. To generate a flake from the template:

```bash
nix flake init --template github:AlejandroGomezFrieiro/nixvim_config#
```