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

Change color of side bar based on version control (namely, git) status #70

Closed
2 tasks done
ZNielsen opened this issue Apr 26, 2021 · 1 comment
Closed
2 tasks done

Comments

@ZNielsen
Copy link
Collaborator

ZNielsen commented Apr 26, 2021

Check list

  • I have read through the README (especially F.A.Q section)
  • I have searched through the existing issues

Related issues

None

Solution you'd like

I'd love to see configurable colors in the minimap for the different types of changes (modify, add, delete) git reports.

Additional context

Some IDEs show colors in the side bar to show where changes have been made since the last commit. This makes it easy to click on/jump to/stop scrolling when navigating to recent changes in a file. minimap.vim does not have this functionality, and it would be more awesome if it did.

I can easily see this being out of scope for the project, but I figured not asking gets you nothing. I don't mind taking a stab at implementing this, but I don't have any context for how possible this would be (I haven't browsed the source to see how minimap.vim works).

ZNielsen added a commit to ZNielsen/minimap.vim that referenced this issue May 27, 2021
ZNielsen added a commit to ZNielsen/minimap.vim that referenced this issue May 27, 2021
ZNielsen added a commit to ZNielsen/minimap.vim that referenced this issue May 27, 2021
ZNielsen added a commit to ZNielsen/minimap.vim that referenced this issue May 27, 2021
ZNielsen added a commit to ZNielsen/minimap.vim that referenced this issue May 27, 2021
ZNielsen added a commit to ZNielsen/minimap.vim that referenced this issue May 27, 2021
- Move definition of `g:id_list` to `s:open_window()` (from
  `s:toggle_window()`)
- Change default highlight groups to ones that ship with vim
ZNielsen added a commit to ZNielsen/minimap.vim that referenced this issue May 27, 2021
- Change double quoted strings to single quoted strings
rabirabirara pushed a commit that referenced this issue May 28, 2021
* GH-70 - Add git sidebar coloring support

* GH-70 - PR feedback

- Move definition of `g:id_list` to `s:open_window()` (from
  `s:toggle_window()`)
- Change default highlight groups to ones that ship with vim

* GH-70 - PR Feedback

- Change double quoted strings to single quoted strings
@ZNielsen
Copy link
Collaborator Author

Closing - feature merged

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

No branches or pull requests

1 participant