Skip to content

Commit

Permalink
Merge branch 'main' into manifest-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jooooscha committed Mar 30, 2024
2 parents 5ca3d28 + eaad437 commit 12bd7e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1122,4 +1122,3 @@
"ziontee113/icon-picker.nvim": "{\"description\": \"This is a Neovim plugin that helps you pick Nerd Font Icons, Symbols & Emojis\", \"homepage\": \"https://github.com/ziontee113/icon-picker.nvim\", \"license\": {\"py/reduce\": [{\"py/type\": \"update_vim_plugins.nix.License\"}, {\"py/tuple\": [\"mit\"]}]}, \"name\": \"icon-picker-nvim\", \"owner\": \"ziontee113\", \"py/object\": \"update_vim_plugins.plugin.GitHubPlugin\", \"repo\": \"icon-picker.nvim\", \"source\": {\"py/object\": \"update_vim_plugins.nix.UrlSource\", \"sha256\": \"05mxjkxrpyifpry4qiw2ry6x9vlkrj89y86p1zxfy0ds1b4r43rq\", \"url\": \"https://github.com/ziontee113/icon-picker.nvim/archive/3ee9a0ea9feeef08ae35e40c8be6a2fa2c20f2d3.tar.gz\"}, \"version\": {\"__reduce__\": [{\"py/type\": \"datetime.date\"}, [\"B+gBAw==\"]], \"py/object\": \"datetime.date\"}, \"warning\": null}",
"ziontee113/syntax-tree-surfer": "{\"description\": \"A plugin for Neovim that helps you surf through your document and move elements around using the nvim-treesitter API.\", \"homepage\": \"https://github.com/ziontee113/syntax-tree-surfer\", \"license\": {\"py/reduce\": [{\"py/type\": \"update_vim_plugins.nix.License\"}, {\"py/tuple\": [\"mit\"]}]}, \"name\": \"syntax-tree-surfer\", \"owner\": \"ziontee113\", \"py/object\": \"update_vim_plugins.plugin.GitHubPlugin\", \"repo\": \"syntax-tree-surfer\", \"source\": {\"py/object\": \"update_vim_plugins.nix.UrlSource\", \"sha256\": \"1lhvai3y51r9bkdq9pv3rmfd57scrpva8zdac00qgxb8g8yrjyks\", \"url\": \"https://github.com/ziontee113/syntax-tree-surfer/archive/732ea6d0f868bcccd2f526be73afa46997d5a2fb.tar.gz\"}, \"version\": {\"__reduce__\": [{\"py/type\": \"datetime.date\"}, [\"B+cKBg==\"]], \"py/object\": \"datetime.date\"}, \"warning\": null}",
"zootedb0t/citruszest.nvim": "{\"description\": \"A vibrant and refreshing neovim colorscheme inspired by citrus fruits.\", \"homepage\": \"https://github.com/zootedb0t/citruszest.nvim\", \"license\": {\"py/reduce\": [{\"py/type\": \"update_vim_plugins.nix.License\"}, {\"py/tuple\": [\"mit\"]}]}, \"name\": \"citruszest-nvim\", \"owner\": \"zootedb0t\", \"py/object\": \"update_vim_plugins.plugin.GitHubPlugin\", \"repo\": \"citruszest.nvim\", \"source\": {\"py/object\": \"update_vim_plugins.nix.UrlSource\", \"sha256\": \"0z7c63an77q8kwi692hra6wp6hkksgbrp5818cdf0mpzzjnywpwp\", \"url\": \"https://github.com/zootedb0t/citruszest.nvim/archive/60e6cec400cd857ffd69d582794c3ce5571c0049.tar.gz\"}, \"version\": {\"__reduce__\": [{\"py/type\": \"datetime.date\"}, [\"B+gCDQ==\"]], \"py/object\": \"datetime.date\"}, \"warning\": null}"
}
6 changes: 3 additions & 3 deletions pkgs/vim-plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4398,10 +4398,10 @@
*/
gitlab-nvim = buildVimPlugin {
pname = "gitlab-nvim";
version = "2024-03-04";
version = "2024-03-28";
src = fetchurl {
url = "https://github.com/harrisoncramer/gitlab.nvim/archive/c0c67486d17d4f73f62b50c13c77aaed2e9f17f0.tar.gz";
sha256 = "10fq3ihsy5mhf189j1dz094igg9b3l3cif5hvf2bcm6yxy7h8fkj";
url = "https://github.com/harrisoncramer/gitlab.nvim/archive/670f08849f1f840f43a3c5f6a7b7ffb18c3c3369.tar.gz";
sha256 = "1f26k470mckp70lhrg2chnddppnzj7x38whnjmnhs1bk48bj8ybf";
};
meta = with lib; {
description = "Create, review, and manage Gitlab reources without leaving Neovim";
Expand Down

0 comments on commit 12bd7e3

Please sign in to comment.