Skip to content

Commit

Permalink
vimPlugins.gitlab-vim: init at 2024-11-22
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetan Lepage committed Nov 24, 2024
1 parent d4b1fcd commit bbffc41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit bbffc41

Please sign in to comment.