Skip to content

Commit bd3bca3

Browse files
jfvillablancaGaetanLepage
authored andcommitted
vimPlugins.vim-afterglow: init at 2024-03-31
1 parent b791360 commit bd3bca3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12966,6 +12966,18 @@ final: prev:
1296612966
meta.homepage = "https://github.com/junegunn/vim-after-object/";
1296712967
};
1296812968

12969+
vim-afterglow = buildVimPlugin {
12970+
pname = "vim-afterglow";
12971+
version = "2024-03-31";
12972+
src = fetchFromGitHub {
12973+
owner = "danilo-augusto";
12974+
repo = "vim-afterglow";
12975+
rev = "fe3a0c4d2acf13ed6f7f0f1fede0a2570f13b06e";
12976+
sha256 = "0z61jfdhhajw5k7y8msk8nj5nljwygmw3s6vsqq9qgczaixqh968";
12977+
};
12978+
meta.homepage = "https://github.com/danilo-augusto/vim-afterglow/";
12979+
};
12980+
1296912981
vim-agda = buildVimPlugin {
1297012982
pname = "vim-agda";
1297112983
version = "2024-05-17";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,7 @@ https://github.com/MarcWeber/vim-addon-syntax-checker/,,
10931093
https://github.com/MarcWeber/vim-addon-toggle-buffer/,,
10941094
https://github.com/MarcWeber/vim-addon-xdebug/,,
10951095
https://github.com/junegunn/vim-after-object/,,
1096+
https://github.com/danilo-augusto/vim-afterglow/,HEAD,
10961097
https://github.com/msuperdock/vim-agda/,HEAD,
10971098
https://github.com/vim-airline/vim-airline/,,
10981099
https://github.com/enricobacis/vim-airline-clock/,,

0 commit comments

Comments
 (0)