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

Add options for highlighting untracked lines #29

Closed
sigod opened this issue Jul 31, 2014 · 1 comment · Fixed by #56
Closed

Add options for highlighting untracked lines #29

sigod opened this issue Jul 31, 2014 · 1 comment · Fixed by #56
Labels

Comments

@sigod
Copy link

sigod commented Jul 31, 2014

Like in GitGutter (plugin for Sublime Text):
screenshot 2014-07-31 13 06 02

It's really helpful to see which files ain't tracked.

@laurentkempe
Copy link
Owner

According to GitGutter doc:

Untracked Files

GitGutter shows icons for new files and ignored files. These icons will be on everyline. You can toggle the setting show_markers_on_untracked_file to turn this feature off. Defaults to true (shows icons). You may need to add scopes to your color scheme (markup.ignored.git_gutter and markup.untracked.git_gutter) to color the icons.

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

Successfully merging a pull request may close this issue.

2 participants