https://github.com/gotcha/nixvim-config
https://github.com/gotcha/nixvim-config
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gotcha/nixvim-config
- Owner: gotcha
- Created: 2024-10-24T10:46:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T15:28:09.000Z (7 months ago)
- Last Synced: 2025-02-10T23:35:47.905Z (5 months ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nixvim template
This template gives you a good starting point for configuring nixvim standalone.
## Configuring
To start configuring, just add or modify the nix files in `./config`.
If you add a new configuration file, remember to add it to the
[`config/default.nix`](./config/default.nix) file## Testing your new configuration
To test your configuration simply run the following command
```
nix run .
```