We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5bb64 commit 5c2f516Copy full SHA for 5c2f516
.gitmodules
@@ -4273,3 +4273,6 @@
4273
[submodule "extensions/zwirn"]
4274
path = extensions/zwirn
4275
url = https://codeberg.org/polymorphicengine/zwirn-zed-extension.git
4276
+[submodule "extensions/tally"]
4277
+ path = extensions/tally
4278
+ url = https://github.com/wharflab/tally.git
extensions.toml
@@ -4322,3 +4322,8 @@ version = "0.0.1"
4322
[zwirn]
4323
submodule = "extensions/zwirn"
4324
version = "0.2.0"
4325
+
4326
+[tally]
4327
+submodule = "extensions/tally"
4328
+path = "_integrations/zed-tally"
4329
+version = "0.18.6"
extensions/tally
0 commit comments