Skip to content

Commit bf93aac

Browse files
committed
vimPlugins.cmdalias-vim: init at 2010-10-18
1 parent d0fabf4 commit bf93aac

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
@@ -1982,6 +1982,19 @@ final: prev:
19821982
meta.hydraPlatforms = [ ];
19831983
};
19841984

1985+
cmdalias-vim = buildVimPlugin {
1986+
pname = "cmdalias.vim";
1987+
version = "2010-10-18";
1988+
src = fetchFromGitHub {
1989+
owner = "vim-scripts";
1990+
repo = "cmdalias.vim";
1991+
rev = "fd3aea59d57f5fed1b835a0e545540c9781c4bb3";
1992+
sha256 = "1y34bmbzdmc1d404m2xiy4n0bz25wfarm7ybql9hsq8jc5pkzjjc";
1993+
};
1994+
meta.homepage = "https://github.com/vim-scripts/cmdalias.vim/";
1995+
meta.hydraPlatforms = [ ];
1996+
};
1997+
19851998
cmp-ai = buildVimPlugin {
19861999
pname = "cmp-ai";
19872000
version = "2025-01-06";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ https://github.com/laytan/cloak.nvim/,HEAD,
151151
https://github.com/asheq/close-buffers.vim/,HEAD,
152152
https://github.com/Civitasv/cmake-tools.nvim/,,
153153
https://github.com/winston0410/cmd-parser.nvim/,,
154+
https://github.com/vim-scripts/cmdalias.vim/,HEAD,
154155
https://github.com/tzachar/cmp-ai/,HEAD,
155156
https://github.com/crispgm/cmp-beancount/,HEAD,
156157
https://github.com/hrsh7th/cmp-buffer/,,

0 commit comments

Comments
 (0)