blob: a038cb7962ab615960e4e6c6ca60c6ee02eb8623 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
{
lib,
buildVimPlugin,
fetchurl,
fetchgit,
}: {
/*
Generated from: andrewferrier/debugprint.nvim
*/
debugprint-nvim = buildVimPlugin {
pname = "debugprint-nvim";
version = "2023-12-28";
src = fetchurl {
url = "https://github.com/andrewferrier/debugprint.nvim/archive/13378f67edc112bf0d043bc0c018f8923dc2198d.tar.gz";
sha256 = "136jra2k2w6yf0bry1s4lx4h9b1ff0cjkmm65rplq2knrc5bjfmz";
};
meta = with lib; {
description = "Debugging in NeoVim the print() way!";
homepage = "https://github.com/andrewferrier/debugprint.nvim";
license = with licenses; [];
};
};
/*
Generated from: ThePrimeagen/harpoon:master
*/
harpoon = buildVimPlugin {
pname = "harpoon";
version = "2023-12-26";
src = fetchurl {
url = "https://github.com/ThePrimeagen/harpoon/archive/ccae1b9bec717ae284906b0bf83d720e59d12b91.tar.gz";
sha256 = "1w4hi9hbdjwdhb4vwa0x08a25vbcxqg1d5cskm2qvjy5fdlqils0";
};
meta = with lib; {
description = "";
homepage = "https://github.com/ThePrimeagen/harpoon";
license = with licenses; [mit];
};
};
/*
Generated from: lmburns/lf.nvim
*/
lf-nvim = buildVimPlugin {
pname = "lf-nvim";
version = "2023-10-03";
src = fetchurl {
url = "https://github.com/lmburns/lf.nvim/archive/69ab1efcffee6928bf68ac9bd0c016464d9b2c8b.tar.gz";
sha256 = "1nwf90bnzqhlgs007gg6xpx0vf4r1d19586nld78ipi1ch7nz4px";
};
meta = with lib; {
description = "Lf file manager for Neovim (in Lua)";
homepage = "https://github.com/lmburns/lf.nvim";
license = with licenses; [mit];
};
};
/*
Generated from: nvim-telescope/telescope-bibtex.nvim
*/
telescope-bibtex-nvim = buildVimPlugin {
pname = "telescope-bibtex-nvim";
version = "2023-11-20";
src = fetchurl {
url = "https://github.com/nvim-telescope/telescope-bibtex.nvim/archive/b10ec78df938a1e06217f965b32fb1b960681cff.tar.gz";
sha256 = "1vllzdh9ammsfr76mg3brl540b3i6197v8bbgi0lj7s95qy9mj5y";
};
meta = with lib; {
description = "A telescope.nvim extension to search and paste bibtex entries into your TeX files.";
homepage = "https://github.com/nvim-telescope/telescope-bibtex.nvim";
license = with licenses; [mit];
};
};
}
|