My personal neovim (powered by standalone nixvim) distribution (kind of but
not really). My setup is heavily inspired by the kickstart.nvim
repository.
This is a NixVim translation of the plain-Lua Neovim config at
sua/dotfiles (nvim/.config/nvim/). The
repo root mirrors the dotfiles structure (lsp/, nix/ in place of lua/,
ftplugin/). Nixvim-specific additions (performance tweaks, nil_ls, extra LSP
servers) live in nixvim.nix.
See cachix build artifacts
here.
To test your configuration simply run the following command
nix run .To verify if the nixvim configuration is correct beforehand:
nix flake check