Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaetanlepage/kickstart.nixvim
A launch point for your personal nixvim configuration
https://github.com/gaetanlepage/kickstart.nixvim
Last synced: about 1 month ago
JSON representation
A launch point for your personal nixvim configuration
- Host: GitHub
- URL: https://github.com/gaetanlepage/kickstart.nixvim
- Owner: GaetanLepage
- Created: 2024-03-23T12:43:51.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-17T20:03:43.000Z (7 months ago)
- Last Synced: 2024-04-17T21:37:10.133Z (7 months ago)
- Language: Nix
- Size: 13.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kickstart.nixvim
This template gives you a good starting point for configuring [nixvim](https://github.com/nix-community/nixvim) standalone.
## Configuring
----------------------------- https://nix-community.github.io/nixvim/
To start configuring, just add or modify the nix files in `./config`.
If you add a new configuration file, remember to import it accordingly.TODO: add a link to the nixvim page with example configurations.
### Testing your new configuration
To test your configuration simply run the following command
```
nix run .
```## Using your configuration
### Using your personal nixvim in home-manager/NixOS
TODO
## Acknowledgement
- [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) which I used as a baseline for this configuration