Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nebunebu/nixvim
my nixvim config
https://github.com/nebunebu/nixvim
Last synced: about 1 month ago
JSON representation
my nixvim config
- Host: GitHub
- URL: https://github.com/nebunebu/nixvim
- Owner: nebunebu
- Created: 2024-05-12T01:12:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T11:14:12.000Z (7 months ago)
- Last Synced: 2024-06-19T21:22:08.999Z (7 months ago)
- Language: Nix
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nixvim
My standalone nixvim config.
## Use
```nix
nix run github:nebunebu/nixvim
```## Resources and Credits
- [siph/building_a_standalone_nixvim.md](https://gist.github.com/siph/288b7c6b5f68a1902d28aebc95fde4c5) for setting up standalone conf
- [hbjydev/hvim](https://github.com/hbjydev/hvim/blob/3bc249f9a4489ba7150ced08c1d448dbbf5a737a/config/ui/dashboard/default.nix) for setting up alpha.
- [spector700/Akari](https://github.com/spector700/Akari/blob/main/config/completion/cmp.nix) for setting up nvim-cmp.
- [nix-community/nixvim](https://github.com/nix-community/nixvim)