We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4387f commit bf6f01fCopy full SHA for bf6f01f
.gitmodules
@@ -4333,3 +4333,6 @@
4333
[submodule "extensions/zwirn"]
4334
path = extensions/zwirn
4335
url = https://codeberg.org/polymorphicengine/zwirn-zed-extension.git
4336
+[submodule "extensions/tally"]
4337
+ path = extensions/tally
4338
+ url = https://github.com/wharflab/tally.git
extensions.toml
@@ -4385,3 +4385,8 @@ version = "0.0.1"
4385
[zwirn]
4386
submodule = "extensions/zwirn"
4387
version = "0.2.0"
4388
+
4389
+[tally]
4390
+submodule = "extensions/tally"
4391
+path = "_integrations/zed-tally"
4392
+version = "0.21.1"
extensions/tally
0 commit comments