mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
vimPlugins.snacks-nvim: init at 2024-11-07 (#354276)
This commit is contained in:
commit
a0e9eae3d8
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user