Skip to content

Commit a32cf1d

Browse files
committed
vimPlugins.LibDeflate-nvim: init at 2025-06-16
1 parent 5de2d66 commit a32cf1d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,19 @@ final: prev: {
228228
meta.hydraPlatforms = [ ];
229229
};
230230

231+
LibDeflate-nvim = buildVimPlugin {
232+
pname = "LibDeflate.nvim";
233+
version = "2025-06-16";
234+
src = fetchFromGitHub {
235+
owner = "goropikari";
236+
repo = "LibDeflate.nvim";
237+
rev = "c51cd94acf5bc7d3b75b1e202cf5fdac011fee46";
238+
sha256 = "00007arhm8lvjxl2yz03i00czc010p6qf35xhnwjp3h9bylnzdjl";
239+
};
240+
meta.homepage = "https://github.com/goropikari/LibDeflate.nvim/";
241+
meta.hydraPlatforms = [ ];
242+
};
243+
231244
LuaSnip-snippets-nvim = buildVimPlugin {
232245
pname = "LuaSnip-snippets.nvim";
233246
version = "2022-03-17";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ https://github.com/martinda/Jenkinsfile-vim-syntax/,,
1616
https://github.com/vigoux/LanguageTool.nvim/,,
1717
https://github.com/LazyVim/LazyVim/,,
1818
https://github.com/Yggdroot/LeaderF/,,
19+
https://github.com/goropikari/LibDeflate.nvim/,HEAD,
1920
https://github.com/molleweide/LuaSnip-snippets.nvim/,HEAD,
2021
https://github.com/Valloric/MatchTagAlways/,,
2122
https://github.com/numToStr/Navigator.nvim/,,

0 commit comments

Comments
 (0)