vimPlugins.gitlab-vim: init at 2024-11-22

This commit is contained in:
"Gaetan Lepage" 2024-11-24 17:26:49 +01:00
parent d4b1fcdbe6
commit bbffc418d2
2 changed files with 12 additions and 0 deletions

View File

@ -4488,6 +4488,17 @@ final: prev:
meta.homepage = "https://github.com/vim-scripts/gitignore.vim/";
};
gitlab-vim = buildVimPlugin {
pname = "gitlab.vim";
version = "2024-11-22";
src = fetchgit {
url = "https://gitlab.com/gitlab-org/editor-extensions/gitlab.vim";
rev = "5e129155341ccb94d4a93b336e6d936f11edb77d";
sha256 = "0nhhlcw716qhzhvqzc784xq2c104ahrzwhhzmasadk9c269s9vfd";
};
meta.homepage = "https://gitlab.com/gitlab-org/editor-extensions/gitlab.vim";
};
gitlinker-nvim = buildVimPlugin {
pname = "gitlinker.nvim";
version = "2023-02-03";

View File

@ -372,6 +372,7 @@ https://github.com/mikesmithgh/git-prompt-string-lualine.nvim/,HEAD,
https://github.com/ThePrimeagen/git-worktree.nvim/,,
https://github.com/wintermute-cell/gitignore.nvim/,HEAD,
https://github.com/vim-scripts/gitignore.vim/,,
https://gitlab.com/gitlab-org/editor-extensions/gitlab.vim,HEAD,
https://github.com/ruifm/gitlinker.nvim/,,
https://github.com/lewis6991/gitsigns.nvim/,,
https://github.com/gregsexton/gitv/,,