vimPlugins.zotcite: init at 2024-11-21 (#372370)
This commit is contained in:
@@ -19234,6 +19234,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/troydm/zoomwintab.vim/";
|
||||
};
|
||||
|
||||
zotcite = buildVimPlugin {
|
||||
pname = "zotcite";
|
||||
version = "2024-11-21";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jalvesaq";
|
||||
repo = "zotcite";
|
||||
rev = "a6d1eb8a8a8555aef814979a385d03165e2f8922";
|
||||
sha256 = "11lnm75n4im2m3vg4av6sa2x2fw62ja1w4an9c6ccvrqy5fj2wgm";
|
||||
};
|
||||
meta.homepage = "https://github.com/jalvesaq/zotcite/";
|
||||
};
|
||||
|
||||
zoxide-vim = buildVimPlugin {
|
||||
pname = "zoxide.vim";
|
||||
version = "2023-10-23";
|
||||
|
||||
@@ -3708,6 +3708,13 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
zotcite = super.zotcite.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
plenary-nvim
|
||||
telescope-nvim
|
||||
];
|
||||
};
|
||||
|
||||
zoxide-vim = super.zoxide-vim.overrideAttrs {
|
||||
buildInputs = [ zoxide ];
|
||||
|
||||
|
||||
@@ -1596,4 +1596,5 @@ https://github.com/nvimdev/zephyr-nvim/,,
|
||||
https://github.com/ziglang/zig.vim/,,
|
||||
https://github.com/zk-org/zk-nvim/,HEAD,
|
||||
https://github.com/troydm/zoomwintab.vim/,,
|
||||
https://github.com/jalvesaq/zotcite/,HEAD,
|
||||
https://github.com/nanotee/zoxide.vim/,,
|
||||
|
||||
Reference in New Issue
Block a user