Skip to content

Commit

Permalink
Add vacuum extension (#1442)
Browse files Browse the repository at this point in the history
Signed-off-by: Czékus Máté <[email protected]>
  • Loading branch information
Shikachuu authored Sep 23, 2024
1 parent eacc429 commit 14d40c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,10 @@
path = extensions/v
url = https://github.com/lv37/zed-v.git

[submodule "extensions/vacuum"]
path = extensions/vacuum
url = https://github.com/kovapatrik/zed-vacuum.git

[submodule "extensions/vala"]
path = extensions/vala
url = https://github.com/FyraLabs/zed-vala.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,10 @@ version = "0.1.1"
submodule = "extensions/v"
version = "0.3.0"

[vacuum]
submodule = "extensions/vacuum"
version = "0.1.0"

[vala]
submodule = "extensions/vala"
version = "0.2.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/vacuum
Submodule vacuum added at 8289e8

0 comments on commit 14d40c1

Please sign in to comment.