|
Hello, It is my current understanding, that to see the changes made I need to navigate to a hunk ( ]c) and fire a preview window ( hp ). |
Answered by
airblade
Sep 24, 2024
Replies: 2 comments 2 replies
|
Try this: au CursorMoved * if gitgutter#hunk#in_hunk(line(".")) | GitGutterPreviewHunk | else | pclose | endif |
1 reply
Answer selected by
az-z
|
Yes, it's documented here: https://github.com/airblade/vim-gitgutter#to-use-floatingpopup-windows-for-hunk-previews |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Try this: