Skip to content

Commit

Permalink
vimPlugins.mini-snippets: init at 2025-01-11 (#373032)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 11, 2025
2 parents 8b86bf0 + 555e3e8 commit c17afac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7203,6 +7203,18 @@ final: prev:
meta.homepage = "https://github.com/echasnovski/mini.sessions/";
};

mini-snippets = buildVimPlugin {
pname = "mini.snippets";
version = "2025-01-11";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.snippets";
rev = "72920f62e3dd1330720e94e8f5d42592f3a1ecf8";
sha256 = "0lyyv95zzwa6kn3gz7sah6v7jqj635c45n88my2sx8wknadkv30y";
};
meta.homepage = "https://github.com/echasnovski/mini.snippets/";
};

mini-splitjoin = buildVimPlugin {
pname = "mini.splitjoin";
version = "2024-07-01";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ https://github.com/echasnovski/mini.operators/,HEAD,
https://github.com/echasnovski/mini.pairs/,HEAD,
https://github.com/echasnovski/mini.pick/,HEAD,
https://github.com/echasnovski/mini.sessions/,HEAD,
https://github.com/echasnovski/mini.snippets/,HEAD,
https://github.com/echasnovski/mini.splitjoin/,HEAD,
https://github.com/echasnovski/mini.starter/,HEAD,
https://github.com/echasnovski/mini.statusline/,HEAD,
Expand Down

0 comments on commit c17afac

Please sign in to comment.