Home-manager.nvim: easily manage home-manager from neovim

Hello everyone,

I’d like to spread around a (relatively) new neovim plugin I created to help me manage my home-manager configuration. It features:

  • A HomeManager command that is a 1-to-1 mapping to the home-manager shell command, but outputs are displayed in a popup window
  • A HomeManagerPrefetchSha256 command that will automatically fetch the sha256 from any fetchFromGitHub command
    – I’m also planning on supporting fetchGit and other similar commands

Hope you find it as useful as I have. :slight_smile: