nvim-config Neovim config Install Instructions Open this config with nix: nix run github:RisGar/nvim-config Or use it as an input for your flake: inputs = { nvim-config = { url = "github:RisGar/nvim-config"; inputs.nixpkgs.follows = "nixpkgs"; }; };