Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lilleaila/nvim-nix


https://github.com/lilleaila/nvim-nix

Last synced: about 2 months ago
JSON representation

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)