mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
Neovim config that runs on nixOS but doesn't sacrifice portability
Flake lock file updates:
• Updated input 'nixpkgs':
'github:nixos/nixpkgs/bd5ddf2c6bfafff031edf80221e1ee94e86ca10a?narHash=sha256-YpSGYZR96I8g5OK/Fdm0O4%2BmHLen6YPA1cPanqqNqT0%3D' (2024-03-14)
→ 'github:nixos/nixpkgs/807c549feabce7eddbf259dbdcec9e0600a0660d?narHash=sha256-9slQ609YqT9bT/MNX9%2B5k5jltL9zgpn36DpFB7TkttM%3D' (2024-03-29)
|
||
|---|---|---|
| .github/workflows | ||
| config | ||
| .gitignore | ||
| filewatch.py | ||
| flake.lock | ||
| flake.nix | ||
| plugins.nix | ||
| README.md | ||
nvim.nix - personal Neovim config that runs on nixOS but doesn't sacrifice portability
Usage
nix run "github:iofq/nvim.nix" #full
Or, grab an AppImage from the Releases page.
What the hell?
This is a flake to build a Neovim package that includes my custom Lua config and dependencies. It then is bundled via CI into an AppImage.
Why the hell though?
I use these AppImages because I develop in a number of airgapped environments that make traditional dotfile management a nightmare. Downloading a single AppImage and copying it around is a more suckless way of managing this.