-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnvfetcher.toml
More file actions
170 lines (130 loc) · 5.1 KB
/
Copy pathnvfetcher.toml
File metadata and controls
170 lines (130 loc) · 5.1 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
### Plugins
# [plg-placeholder]
# src.git = "https://github.com/placeholder/placeholder"
# fetch.git = ""
[lite-xl-plugins]
src.git = "https://github.com/lite-xl/lite-xl-plugins"
fetch.git = "https://github.com/lite-xl/lite-xl-plugins"
[plg-formatters]
src.git = "https://github.com/vincens2005/lite-formatters"
fetch.git = "https://github.com/vincens2005/lite-formatters"
[plg-devicons]
src.git = "https://github.com/PerilousBooklet/lite-xl-devicons"
fetch.git = "https://github.com/PerilousBooklet/lite-xl-devicons"
[plg-discord-presence]
src.github = "vincens2005/lite-xl-discord2"
fetch.github = "vincens2005/lite-xl-discord2"
[plg-fallbackfonts]
src.git = "https://github.com/takase1121/lite-fallback-fonts"
fetch.git = "https://github.com/takase1121/lite-fallback-fonts"
git.fetchSubmodules = true
[plg-litepresence]
src.github = "sammy-ette/litepresence"
fetch.github = "sammy-ette/litepresence"
[plg-quetta]
src.git = "https://github.com/adamharrison/quetta"
fetch.git = "https://github.com/adamharrison/quetta"
git.fetchSubmodules = true
[plg-terminal]
src.git = "https://github.com/adamharrison/lite-xl-terminal"
fetch.git = "https://github.com/adamharrison/lite-xl-terminal"
git.fetchSubmodules = true
# External Evergreen languages
[plg-evg]
src.manual = "4f22fd68344ca8e134963211695c1c45393888e7"
fetch.git = "https://github.com/Evergreen-lxl/evergreen-languages"
[plg-evg-nvim-ts]
src.manual = "42fc28ba918343ebfd5565147a42a26580579482"
fetch.git = "https://github.com/nvim-treesitter/nvim-treesitter"
[plg-evg-c]
src.manual = "7fa1be1b694b6e763686793d97da01f36a0e5c12"
fetch.git = "https://github.com/tree-sitter/tree-sitter-c"
[plg-evg-cpp]
src.manual = "56455f4245baf4ea4e0881c5169de69d7edd5ae7"
fetch.git = "https://github.com/tree-sitter/tree-sitter-cpp"
[plg-evg-css]
src.manual = "6e327db434fec0ee90f006697782e43ec855adf5"
fetch.git = "https://github.com/tree-sitter/tree-sitter-css"
[plg-evg-d]
src.manual = "45e5f1e9d6de2c68591bc8e5ec662cf18e950b4a"
fetch.git = "https://github.com/gdamore/tree-sitter-d"
[plg-evg-go]
src.manual = "5e73f476efafe5c768eda19bbe877f188ded6144"
fetch.git = "https://github.com/tree-sitter/tree-sitter-go"
[plg-evg-gomod]
src.manual = "6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
fetch.git = "https://github.com/camdencheek/tree-sitter-go-mod"
[plg-evg-gosum]
src.manual = "e2ac513b2240c7ff1069ae33b2df29ce90777c11"
fetch.git = "https://github.com/amaanq/tree-sitter-go-sum"
[plg-evg-html]
src.manual = "cbb91a0ff3621245e890d1c50cc811bffb77a26b"
fetch.git = "https://github.com/tree-sitter/tree-sitter-html"
[plg-evg-javascript]
src.manual = "6fbef40512dcd9f0a61ce03a4c9ae7597b36ab5c"
fetch.git = "https://github.com/tree-sitter/tree-sitter-javascript"
[plg-evg-julia]
src.manual = "18b739c1563c83fc816170a4241adfa4b69e5c47"
fetch.git = "https://github.com/tree-sitter/tree-sitter-julia"
[plg-evg-lua]
src.manual = "4fbec840c34149b7d5fe10097c93a320ee4af053"
fetch.git = "https://github.com/MunifTanjim/tree-sitter-lua"
[plg-evg-rust]
src.manual = "3691201b01cacb2f96ffca4c632c4e938bfacd88"
fetch.git = "https://github.com/tree-sitter/tree-sitter-rust"
[plg-evg-zig]
src.manual = "a80a6e9be81b33b182ce6305ae4ea28e29211bd5"
fetch.git = "https://github.com/maxxnino/tree-sitter-zig"
# External syntax languages
[plg-container]
src.manual = "ae4eddc3f3fa1a0db56344b3b6db0ec0f2283880"
fetch.git = "https://github.com/FilBot3/lite-xl-language-containerfile"
[plg-crystal]
src.manual = "9514ec08d0bd3aa5d3bcbf8307c4bf5a46ef1a94"
fetch.git = "https://github.com/Tamnac/lite-plugin-crystal"
[plg-ksy]
src.manual = "8ad4bf27354ad02b9179b4a5f26f768e2208ace2"
fetch.git = "https://github.com/whiteh0le/lite-plugins"
[plg-pony]
src.manual = "34d9ec673eaa6c409bcef0febaa0a36cc3acdf4e"
fetch.git = "https://github.com/MrAnyx/lite-plugin-pony"
[plg-vale]
src.manual = "faa75f67b093978ceebc31bb7db8aa297f3c3e52"
fetch.git = "https://github.com/pgmtx/lite-plugin-vale"
[plg-yuescript]
src.manual = "0b0a68c8a2066b8270b2e85d94711c2eb033410e"
fetch.git = "https://codeberg.org/pgmtx/lite-plugin-yuescript"
### Libraries
# [lib-placeholder]
# src.git = "https://github.com/placeholder/placeholder"
# fetch.git = ""
[lib-lsp]
src.git = "https://github.com/lite-xl/lite-xl-lsp"
fetch.git = "https://github.com/lite-xl/lite-xl-lsp"
[lib-widgets]
src.git = "https://github.com/lite-xl/lite-xl-widgets"
fetch.git = "https://github.com/lite-xl/lite-xl-widgets"
[lib-json]
src.github = "rxi/json.lua"
fetch.github = "rxi/json.lua"
[lib-coro_diff]
src.github = "guldoman/lite-xl-coro_diff"
fetch.git = "https://github.com/guldoman/lite-xl-coro_diff"
git.fetchSubmodules = true
[lib-encoding]
src.github = "jgmdev/lite-xl-encoding"
fetch.github = "jgmdev/lite-xl-encoding"
[lib-net]
src.github = "jgmdev/lite-xl-net"
fetch.github = "jgmdev/lite-xl-net"
[lib-threads]
src.github = "jgmdev/lite-xl-threads"
fetch.github = "jgmdev/lite-xl-threads"
[lib-tree_sitter]
src.github = "Evergreen-lxl/lite-xl-tree-sitter"
fetch.git = "https://github.com/Evergreen-lxl/lite-xl-tree-sitter"
git.fetchSubmodules = true
# [lib-www]
# src.git = "https://github.com/adamharrison/lite-xl-www"
# fetch.git = "https://github.com/adamharrison/lite-xl-www"
# git.fetchSubmodules = true