An LSP for injecting git-blame information right into an LSP-supporting editor.
Find a file
2026-05-21 16:54:04 -04:00
src Initial Commit 2026-05-21 16:54:04 -04:00
.gitignore Initial Commit 2026-05-21 16:54:04 -04:00
Cargo.lock Initial Commit 2026-05-21 16:54:04 -04:00
Cargo.toml Initial Commit 2026-05-21 16:54:04 -04:00
README.md Initial Commit 2026-05-21 16:54:04 -04:00

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

Contributing

License