Does this work in oconjunction with gitsigns plugin? #158
Answered
by
tanvirtin
molleweide
asked this question in
Q&A
-
Hi there, just a quick question as the title sais - does it work with gitsigns at the same time? |
Beta Was this translation helpful? Give feedback.
Answered by
tanvirtin
Dec 29, 2021
Replies: 1 comment
-
You should be able to use Gitsigns independent of this plugin afaik. To get a better VGit experience I would not recommend it, as some features are coupled with each other. You can turn some similar features such as hunk signs and line blame off as you please from the settings. For example: require('vgit').setup({ settings = { live_gutter = { enabled = false } } }) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tanvirtin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to use Gitsigns independent of this plugin afaik. To get a better VGit experience I would not recommend it, as some features are coupled with each other.
You can turn some similar features such as hunk signs and line blame off as you please from the settings.
For example: