Skip to content

Commit

Permalink
Show git diff signs in gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
sudormrfbin committed Mar 9, 2022
1 parent 3f603b2 commit 5a9fc33
Show file tree
Hide file tree
Showing 10 changed files with 429 additions and 4 deletions.
112 changes: 112 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ members = [
"helix-syntax",
"helix-lsp",
"helix-dap",
"helix-vcs",
"xtask",
]

Expand Down
18 changes: 18 additions & 0 deletions helix-vcs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[package]
name = "helix-vcs"
version = "0.6.0"
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
edition = "2021"
license = "MPL-2.0"
categories = ["editor"]
repository = "https://github.com/helix-editor/helix"
homepage = "https://helix-editor.com"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git2 = { version = "0.13", default-features = false }
similar = "2.1"

[dev-dependencies]
tempfile = "3.3"
Loading

0 comments on commit 5a9fc33

Please sign in to comment.