vimPlugins.hotpot-nvim: init at 2022-03-23

main
Harrison Thorne 2 years ago
parent c7b52869d8
commit ea4a29cac3
No known key found for this signature in database
GPG Key ID: 4B21310A52B15162
  1. 12
      pkgs/applications/editors/vim/plugins/generated.nix
  2. 1
      pkgs/applications/editors/vim/plugins/vim-plugin-names

@ -2673,6 +2673,18 @@ final: prev:
meta.homepage = "https://github.com/phaazon/hop.nvim/";
};
hotpot-nvim = buildVimPluginFrom2Nix {
pname = "hotpot.nvim";
version = "2022-03-23";
src = fetchFromGitHub {
owner = "rktjmp";
repo = "hotpot.nvim";
rev = "72704e1914648774a4fb42f57ca411d689e08ae6";
sha256 = "1dh6i2asqrhxc1irnhr46drn8ksj7xq81m6ankvy1gj8bkc74dmp";
};
meta.homepage = "https://github.com/rktjmp/hotpot.nvim/";
};
i3config-vim = buildVimPluginFrom2Nix {
pname = "i3config.vim";
version = "2021-06-23";

@ -693,6 +693,7 @@ rhysd/vim-operator-surround
RishabhRD/nvim-lsputils
RishabhRD/popfix
rktjmp/fwatch.nvim
rktjmp/hotpot.nvim
rktjmp/lush.nvim
rmagatti/auto-session
rmagatti/goto-preview

Loading…
Cancel
Save