vimPlugins.snacks-nvim: init at 2024-11-07 (#354276)

This commit is contained in:
Austin Horstman 2024-11-07 15:36:39 -06:00 committed by GitHub
commit a0e9eae3d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -11146,6 +11146,18 @@ final: prev:
meta.homepage = "https://github.com/camspiers/snap/";
};
snacks-nvim = buildVimPlugin {
pname = "snacks.nvim";
version = "2024-11-07";
src = fetchFromGitHub {
owner = "folke";
repo = "snacks.nvim";
rev = "334895c5bb2ed04f65800abaeb91ccb0487b0f1f";
sha256 = "uKAdjRLUtKi6FlE0IHGlnW0Bv2hQhoTRiarvwyU0YaE=";
};
meta.homepage = "https://github.com/folke/snacks.nvim/";
};
snippets-nvim = buildVimPlugin {
pname = "snippets.nvim";
version = "2020-09-09";

View File

@ -935,6 +935,7 @@ https://github.com/m4xshen/smartcolumn.nvim/,,
https://github.com/gorkunov/smartpairs.vim/,,
https://github.com/ibhagwan/smartyank.nvim/,,
https://github.com/camspiers/snap/,,
https://github.com/folke/snacks.nvim/,HEAD,
https://github.com/norcalli/snippets.nvim/,,
https://github.com/shaunsingh/solarized.nvim/,HEAD,
https://github.com/sainnhe/sonokai/,,