Skip to content

Commit a74b7f8

Browse files
authored
vimPlugins.augment-vim: init at 2025-02-12 (#385249)
2 parents 67a4253 + 8f6a71b commit a74b7f8

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
@@ -1032,6 +1032,19 @@ final: prev:
10321032
meta.hydraPlatforms = [ ];
10331033
};
10341034

1035+
augment-vim = buildVimPlugin {
1036+
pname = "augment.vim";
1037+
version = "2025-02-12";
1038+
src = fetchFromGitHub {
1039+
owner = "augmentcode";
1040+
repo = "augment.vim";
1041+
rev = "a50e362f6c16a0c43da20f613e337a6dfd3fb94a";
1042+
sha256 = "1m1nfiij7wxw63zjh09hc14dxd45rwb6pf48ls101fh461gffdpr";
1043+
};
1044+
meta.homepage = "https://github.com/augmentcode/augment.vim/";
1045+
meta.hydraPlatforms = [ ];
1046+
};
1047+
10351048
aurora = buildVimPlugin {
10361049
pname = "aurora";
10371050
version = "2024-07-21";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ https://github.com/prabirshrestha/asyncomplete.vim/,,
7878
https://github.com/skywind3000/asyncrun.vim/,,
7979
https://github.com/skywind3000/asynctasks.vim/,,
8080
https://github.com/vmchale/ats-vim/,,
81+
https://github.com/augmentcode/augment.vim/,HEAD,
8182
https://github.com/ray-x/aurora/,,
8283
https://github.com/hotwatermorning/auto-git-diff/,,
8384
https://github.com/asiryk/auto-hlsearch.nvim/,HEAD,

0 commit comments

Comments
 (0)