vimPlugins.zotcite: init at 2024-11-21 (#372370)

authored by Gaétan Lepage and committed by GitHub d25bc4ea 598be99e

+20
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 19234 meta.homepage = "https://github.com/troydm/zoomwintab.vim/"; 19235 }; 19236 19237 zoxide-vim = buildVimPlugin { 19238 pname = "zoxide.vim"; 19239 version = "2023-10-23";
··· 19234 meta.homepage = "https://github.com/troydm/zoomwintab.vim/"; 19235 }; 19236 19237 + zotcite = buildVimPlugin { 19238 + pname = "zotcite"; 19239 + version = "2024-11-21"; 19240 + src = fetchFromGitHub { 19241 + owner = "jalvesaq"; 19242 + repo = "zotcite"; 19243 + rev = "a6d1eb8a8a8555aef814979a385d03165e2f8922"; 19244 + sha256 = "11lnm75n4im2m3vg4av6sa2x2fw62ja1w4an9c6ccvrqy5fj2wgm"; 19245 + }; 19246 + meta.homepage = "https://github.com/jalvesaq/zotcite/"; 19247 + }; 19248 + 19249 zoxide-vim = buildVimPlugin { 19250 pname = "zoxide.vim"; 19251 version = "2023-10-23";
+7
pkgs/applications/editors/vim/plugins/overrides.nix
··· 3708 ]; 3709 }; 3710 3711 zoxide-vim = super.zoxide-vim.overrideAttrs { 3712 buildInputs = [ zoxide ]; 3713
··· 3708 ]; 3709 }; 3710 3711 + zotcite = super.zotcite.overrideAttrs { 3712 + dependencies = with self; [ 3713 + plenary-nvim 3714 + telescope-nvim 3715 + ]; 3716 + }; 3717 + 3718 zoxide-vim = super.zoxide-vim.overrideAttrs { 3719 buildInputs = [ zoxide ]; 3720
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 1596 https://github.com/ziglang/zig.vim/,, 1597 https://github.com/zk-org/zk-nvim/,HEAD, 1598 https://github.com/troydm/zoomwintab.vim/,, 1599 https://github.com/nanotee/zoxide.vim/,,
··· 1596 https://github.com/ziglang/zig.vim/,, 1597 https://github.com/zk-org/zk-nvim/,HEAD, 1598 https://github.com/troydm/zoomwintab.vim/,, 1599 + https://github.com/jalvesaq/zotcite/,HEAD, 1600 https://github.com/nanotee/zoxide.vim/,,