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.
- Host: GitHub
- URL: https://github.com/anders130/nvix
- Owner: anders130
- License: mit
- Created: 2024-11-13T12:46:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-05-04T17:56:12.000Z (about 2 months ago)
- Last Synced: 2026-05-04T19:37:39.514Z (about 2 months ago)
- Topics: editor, flakes, neovim, nix, nixvim, nvim, vim
- Language: Nix
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```