-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsources.toml
102 lines (78 loc) · 3.05 KB
/
sources.toml
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# (Neo)vim
[commander-nvim]
src.git = "https://github.com/FeiyouG/commander.nvim"
fetch.github = "FeiyouG/commander.nvim"
[portal-nvim]
src.git = "https://github.com/cbochs/portal.nvim"
fetch.github = "cbochs/portal.nvim"
[nvim-devdocs]
src.git = "https://github.com/luckasRanarison/nvim-devdocs"
fetch.github = "luckasRanarison/nvim-devdocs"
[middleclass-nvim]
src.git = "https://github.com/kikito/middleclass"
fetch.github = "kikito/middleclass"
# not using nix packaged version atm
[one-small-step-for-vimkind-nvim]
src.git = "https://github.com/jbyuki/one-small-step-for-vimkind"
fetch.github = "jbyuki/one-small-step-for-vimkind"
[nvim-telescope-hop]
src.git = "https://github.com/nvim-telescope/telescope-hop.nvim"
fetch.github = "nvim-telescope/telescope-hop.nvim"
[nvim-guess-indent]
src.git = "https://github.com/NMAC427/guess-indent.nvim"
fetch.github = "NMAC427/guess-indent.nvim"
[easypick-nvim]
src.git = "https://github.com/axkirillov/easypick.nvim"
fetch.github = "axkirillov/easypick.nvim"
[neozoom-nvim]
src.git = "https://github.com/nyngwang/NeoZoom.lua"
fetch.github = "nyngwang/NeoZoom.lua"
# not using atm
[sessions-nvim]
src.git = "https://github.com/natecraddock/sessions.nvim"
fetch.github = "natecraddock/sessions.nvim"
[fm-nvim]
src.git = "https://github.com/is0n/fm-nvim"
fetch.github = "is0n/fm-nvim"
[magma-nvim]
src.git = "https://github.com/dccsillag/magma-nvim"
fetch.github = "dccsillag/magma-nvim"
[telescope-tabs]
src.git = "https://github.com/LukasPietzschmann/telescope-tabs"
fetch.github = "LukasPietzschmann/telescope-tabs"
[telescope-env]
src.git = "https://github.com/LinArcX/telescope-env.nvim"
fetch.github = "LinArcX/telescope-env.nvim"
[telescope-undo]
src.git = "https://github.com/debugloop/telescope-undo.nvim"
fetch.github = "debugloop/telescope-undo.nvim"
[telescope-changes]
src.git = "https://github.com/LinArcX/telescope-changes.nvim"
fetch.github = "LinArcX/telescope-changes.nvim"
[telescope-luasnip]
src.git = "https://github.com/benfowler/telescope-luasnip.nvim"
fetch.github = "benfowler/telescope-luasnip.nvim"
[telescope-lazy-nvim]
src.git = "https://github.com/tsakirist/telescope-lazy.nvim"
fetch.github = "tsakirist/telescope-lazy.nvim"
[telescope-menufacture]
src.git = "https://github.com/molecule-man/telescope-menufacture"
fetch.github = "molecule-man/telescope-menufacture"
[telescope-all-recent]
src.git = "https://github.com/prochri/telescope-all-recent.nvim"
fetch.github = "prochri/telescope-all-recent.nvim"
[telescope-live-grep-args-nvim]
src.git = "https://github.com/nvim-telescope/telescope-live-grep-args.nvim"
fetch.github = "nvim-telescope/telescope-live-grep-args.nvim"
[browser-bookmarks-nvim]
src.git = "https://github.com/dhruvmanila/browser-bookmarks.nvim"
fetch.github = "dhruvmanila/browser-bookmarks.nvim"
[cmp-nixpkgs]
src.git = "https://github.com/gravndal/cmp-nixpkgs"
fetch.github = "gravndal/cmp-nixpkgs"
[terminal-nvim]
src.git = "https://github.com/rebelot/terminal.nvim"
fetch.github = "rebelot/terminal.nvim"
[vim-doge]
src.git = "https://github.com/kkoomen/vim-doge"
fetch.github = "kkoomen/vim-doge"