Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extensions:fugitive: add repo name #1288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tmnvanderberg
Copy link

Add the repository name to the fugitive extension.

image

In my use case, I have a bunch of different project repositores that are forks of the same code base. I like to see what repo I'm currently in when I'm using fugitive to make sure.

Not sure how many people really need this, but IMO it's a sensible default, also given the current fugitive extension only shows the branch and there is plenty of space.

Signed-off-by: Timon van der Berg <[email protected]>
@@ -7,8 +7,16 @@ local function fugitive_branch()
return icon .. ' ' .. vim.fn.FugitiveHead()
end

local function get_git_toplevel_basename()
local handle = io.popen("basename `git rev-parse --show-toplevel`")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this works cross-platform.
See if fugitive provides repo name somewhere you can fetch it from there easily in that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants