Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adiepenbrock/adiepenbrock.nvim
https://github.com/adiepenbrock/adiepenbrock.nvim
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/adiepenbrock/adiepenbrock.nvim
- Owner: adiepenbrock
- Created: 2024-03-30T16:01:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T13:58:03.000Z (4 months ago)
- Last Synced: 2024-07-10T16:29:01.038Z (4 months ago)
- Language: Nix
- Homepage:
- Size: 28.3 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 .
```