vimPlugins.nvim-snippy: init at 2022-05-01

This commit is contained in:
Mr Hedgehog
2022-06-13 17:16:01 -04:00
parent dafc5addaa
commit fdaa8fc610
2 changed files with 13 additions and 0 deletions
@@ -5566,6 +5566,18 @@ final: prev:
meta.homepage = "https://github.com/dstein64/nvim-scrollview/";
};
nvim-snippy = buildVimPluginFrom2Nix {
pname = "nvim-snippy";
version = "2022-05-01";
src = fetchFromGitHub {
owner = "dcampos";
repo = "nvim-snippy";
rev = "a4512c9a9c0de83494fac66d02e04ff4f0805cae";
sha256 = "0vaabj2m84ba3ryl6n5s5rryjg06kjk571z6cmdgccff4lvq9d4v";
};
meta.homepage = "https://github.com/dcampos/nvim-snippy/";
};
nvim-solarized-lua = buildVimPluginFrom2Nix {
pname = "nvim-solarized-lua";
version = "2022-05-13";
@@ -468,6 +468,7 @@ https://github.com/yamatsum/nvim-nonicons/,,
https://github.com/rcarriga/nvim-notify/,,
https://github.com/gennaro-tedesco/nvim-peekup/,,
https://github.com/dstein64/nvim-scrollview/,,
https://github.com/dcampos/nvim-snippy/,HEAD,
https://github.com/ishan9299/nvim-solarized-lua/,,
https://github.com/nvim-pack/nvim-spectre/,,
https://github.com/norcalli/nvim-terminal.lua/,,