Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilleaila/nvim-nix
https://github.com/lilleaila/nvim-nix
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lilleaila/nvim-nix
- Owner: LilleAila
- Created: 2024-03-23T17:55:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:46:41.000Z (4 months ago)
- Last Synced: 2024-09-14T06:42:51.405Z (4 months ago)
- Language: Nix
- Size: 178 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LilleAila's Neovim Configuration
My personal configuration files for [neovim](https://neovim.io/), powered by [nixvim](https://github.com/nix-community/nixvim).
At some point, i might move this into [LilleAila/dotfiles](https://github.com/LilleAila/dotfiles) if it gets too hard to maintain two different flakes and link them together.
## Running
You can run the following command to test the configuration:
```bash
nix run github:LilleAila/nvim-nix
```## Inspiration
- [BANana](https://banana.is-cool.dev/posts/configure-neovim-with-nix-meet-nixvim/)
- [Vimjoyer nixvim](https://www.youtube.com/watch?v=b641h63lqy0)
- [Vimjoyer neovim](https://www.youtube.com/watch?v=YZAnJ0rwREA)### Other peoples' configurations
- [BANana](https://github.com/BANanaD3V/nixos-config/tree/master/home/shell/nixvim)
- [iynaix](https://github.com/iynaix/dotfiles/tree/main/home-manager/shell/neovim)## Notes
This config was created using the nixvim flake template: `nix flake init --template github:nix-community/nixvim`, and following [vimjoyer's video](https://www.youtube.com/watch?v=b641h63lqy0)