Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonboh/nixvim
My nixvim flake ^^
https://github.com/jonboh/nixvim
neovim nix nixvim vim
Last synced: about 1 month ago
JSON representation
My nixvim flake ^^
- Host: GitHub
- URL: https://github.com/jonboh/nixvim
- Owner: jonboh
- Created: 2023-10-17T18:55:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T19:20:29.000Z (8 months ago)
- Last Synced: 2024-04-12T23:34:04.155Z (8 months ago)
- Topics: neovim, nix, nixvim, vim
- Language: Nix
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Nixvim Flake
Hey, this my nixvim flake. With it you can reproduce my editor anywhere that runs nix :DIf you don't know about Nix and NixOS [check it out](https://nixos.org/)!
[Nixvim](https://github.com/nix-community/nixvim) is a way to declare your
neovim configuration with Nix. Once you use nixvim you
won't ever again fear running an update on your NeoVim plugins.### Wanna check this out?
If you are not running on NixOS, install Nix with your package-manager,
then activate flake support by adding this line to `/etc/nix/nix.conf`:
```
experimental-features = nix-command flakes
```
then simply run:
```
nix run github:jonboh/nixvim
```
there you have my editor.If you see some errors at startup and you already use neovim, temporarily rename your
config folder so that my nixvim does not load your config files on top of the my nixvim config.
Once you are done testing you can rename back your config or rewrite in nixvim ;)