Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callumio/nixvim
https://github.com/callumio/nixvim
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/callumio/nixvim
- Owner: callumio
- Created: 2024-03-05T18:42:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T10:38:06.000Z (5 months ago)
- Last Synced: 2024-08-07T11:13:03.656Z (5 months ago)
- Language: Nix
- Size: 43 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 .
```