issues
search
f-person
/
git-blame.nvim
Git Blame plugin for Neovim written in Lua
GNU General Public License v3.0
909
stars
42
forks
source link
fix: git branch taking base vim pwd instead of current file path
#76
Closed
moliva
closed
1 year ago
moliva
commented
1 year ago
This PR:
Extracts the function
make_local_command
in
utils
module, to run a command in the current buffer file path
Uses the above command when retrieving the current git branch
f-person
commented
1 year ago
Thanks a lot! <3
This PR:
make_local_command
inutils
module, to run a command in the current buffer file path