Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alejandrogomezfrieiro/nixvim_config
- Owner: AlejandroGomezFrieiro
- License: mit
- Created: 2024-12-31T15:15:14.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2025-01-07T17:06:28.000Z (5 days ago)
- Last Synced: 2025-01-07T17:29:41.764Z (5 days ago)
- Topics: neovim, neovim-configuration, nix, nix-flake, nixvim, nixvim-config, reproducibility
- Language: Nix
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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#
```