An LSP for injecting git-blame information right into an LSP-supporting editor.
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
blame-server
An LSP Server for injecting git blame info right into your editor!
blame-server is a simple LSP that provides hints on every line to add situational
awareness while navigating a codebase. blame-server also provides a code action
that will dispatch a window message with additional information about a line, or
provide options to navigate to the parent commit (provided your working directory
is clean or stashable).
Installing blame-server
cargo install --locked blame-server
Building blame-server
cargo build --locked blame-server