APZelos / blamer.nvim

A git blame plugin for neovim inspired by VS Code's GitLens plugin
MIT License
733 stars 35 forks source link

Feature request: don't depends on current working directory #24

Closed xaljer closed 3 years ago

xaljer commented 4 years ago

If the current directory is not a git repository the blamer will be automatically disabled. This is not suitable for the project organized using repo like Android. for example:

project root (open vim from here)
|-- git repository A
|-- git repository B
|-- ...

Detecting git root from current file is more compatible.

georgesofianosgr commented 3 years ago

Duplicate of #15