Neovim config that runs on nixOS but doesn't sacrifice portability
Find a file
iofq ca7d7b657d flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5e0ca22929f3342b19569b21b2f3462f053e497b' (2024-08-09)
  → 'github:NixOS/nixpkgs/a58bc8ad779655e790115244571758e8de055e3d' (2024-08-11)
2024-08-13 02:57:29 -05:00
.github/workflows fix gh workflow 2024-08-10 01:51:23 -05:00
nix add a few plugins like neoclip, markvieww 2024-08-13 02:50:48 -05:00
nvim lint 2024-08-13 02:56:48 -05:00
.envrc use kickstart-nix 2024-08-10 01:44:12 -05:00
.gitignore use kickstart-nix 2024-08-10 01:44:12 -05:00
.stylua.toml use kickstart-nix 2024-08-10 01:44:12 -05:00
flake.lock flake.lock: Update 2024-08-13 02:57:29 -05:00
flake.nix add a few plugins like neoclip, markvieww 2024-08-13 02:50:48 -05:00
LICENSE use kickstart-nix 2024-08-10 01:44:12 -05:00
README.md use kickstart-nix 2024-08-10 01:44:12 -05:00

nvim.nix - personal Neovim config that runs on nixOS but doesn't sacrifice portability

Usage

nix run "github:iofq/nvim.nix" #neovim

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.

kickstart-nix-nvim

This repo is based off https://github.com/nix-community/kickstart-nix.nvim