vimPlugins.nvim-snippets: init at 2024-02-07

This commit is contained in:
linsui 2024-05-20 15:55:42 +08:00 committed by Matthieu Coudron
parent 64ea1c0661
commit 66ff0e159d
2 changed files with 13 additions and 0 deletions

View File

@ -8221,6 +8221,18 @@ final: prev:
meta.homepage = "https://github.com/dcampos/nvim-snippy/";
};
nvim-snippets = buildVimPlugin {
pname = "nvim-snippets";
version = "2024-02-07";
src = fetchFromGitHub {
owner = "garymjr";
repo = "nvim-snippets";
rev = "f394d17b9a83820714957a06c6ed8e12223f3034";
sha256 = "10yfjdjygxlagvf6pvj6n86n0kzf7j72zf7sq9mvy42a9h68i3ip";
};
meta.homepage = "https://github.com/garymjr/nvim-snippets/";
};
nvim-solarized-lua = buildVimPlugin {
pname = "nvim-solarized-lua";
version = "2024-03-04";

View File

@ -692,6 +692,7 @@ https://github.com/petertriho/nvim-scrollbar/,HEAD,
https://github.com/dstein64/nvim-scrollview/,,
https://github.com/s1n7ax/nvim-search-and-replace/,HEAD,
https://github.com/dcampos/nvim-snippy/,HEAD,
https://github.com/garymjr/nvim-snippets/,,
https://github.com/ishan9299/nvim-solarized-lua/,,
https://github.com/lucidph3nx/nvim-sops/,HEAD,
https://github.com/nvim-pack/nvim-spectre/,,