Skip to content

Commit

Permalink
Merge master into staging-next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 12, 2025
2 parents d63e090 + 9eb2e11 commit 73a0e53
Show file tree
Hide file tree
Showing 45 changed files with 3,138 additions and 2,282 deletions.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7933,6 +7933,12 @@
githubId = 248148;
name = "Sigrid Solveig Haflínudóttir";
};
ftsimas = {
name = "Filippos Tsimas";
email = "[email protected]";
github = "ftsimas";
githubId = 47324723;
};
fuerbringer = {
email = "[email protected]";
github = "fuerbringer";
Expand Down
48 changes: 48 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3113,6 +3113,42 @@ final: prev:
meta.homepage = "https://github.com/Shougo/ddc-filter-sorter_rank/";
};

ddc-fuzzy = buildVimPlugin {
pname = "ddc-fuzzy";
version = "2025-01-07";
src = fetchFromGitHub {
owner = "tani";
repo = "ddc-fuzzy";
rev = "963f18c14bdb19f3925af0f7f775725be4438f3b";
sha256 = "0gwxicn3bpci0q0yb802wf2fzbmxggk6d74vgqr62fvlxhwamggk";
};
meta.homepage = "https://github.com/tani/ddc-fuzzy/";
};

ddc-source-around = buildVimPlugin {
pname = "ddc-source-around";
version = "2024-12-28";
src = fetchFromGitHub {
owner = "Shougo";
repo = "ddc-source-around";
rev = "32d54dc188b50bcd64f7b410c04aa4ec567ae47f";
sha256 = "0a18prpd7znn3gj7g16yldq8ya8iyph2lfxx7yhm11m3rjx286m7";
};
meta.homepage = "https://github.com/Shougo/ddc-source-around/";
};

ddc-source-file = buildVimPlugin {
pname = "ddc-source-file";
version = "2024-09-24";
src = fetchFromGitHub {
owner = "LumaKernel";
repo = "ddc-source-file";
rev = "34b362d45957183b4ec99d618a19a5f5f517c365";
sha256 = "070k693x8di1safyrb1dbki626akmnpi25wzvjnjd4vvvknzwbj8";
};
meta.homepage = "https://github.com/LumaKernel/ddc-source-file/";
};

ddc-source-lsp = buildVimPlugin {
pname = "ddc-source-lsp";
version = "2025-01-04";
Expand Down Expand Up @@ -7203,6 +7239,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
Loading

0 comments on commit 73a0e53

Please sign in to comment.