We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfd243 commit a64e9a8Copy full SHA for a64e9a8
.gitmodules
@@ -4281,3 +4281,6 @@
4281
[submodule "extensions/zwirn"]
4282
path = extensions/zwirn
4283
url = https://codeberg.org/polymorphicengine/zwirn-zed-extension.git
4284
+[submodule "extensions/tally"]
4285
+ path = extensions/tally
4286
+ url = https://github.com/wharflab/tally.git
extensions.toml
@@ -4330,3 +4330,8 @@ version = "0.0.1"
4330
[zwirn]
4331
submodule = "extensions/zwirn"
4332
version = "0.2.0"
4333
+
4334
+[tally]
4335
+submodule = "extensions/tally"
4336
+path = "_integrations/zed-tally"
4337
+version = "0.19.0"
extensions/tally
0 commit comments