Works as expected when in ~/.vim/pack/xxx/start/gitgutter, but nothing when I move to ~/.vim/pack/xxx/start/git/gitgutter #891
-
|
Beta Was this translation helpful? Give feedback.
Answered by
airblade
May 1, 2024
Replies: 1 comment
-
That's just how vim's packages and autoloading work. If you want to keep all your git-related plugins in the same directory, try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vitaly-zdanevich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's just how vim's packages and autoloading work.
If you want to keep all your git-related plugins in the same directory, try
~/.vim/pack/git/start/gitgutter
,~/.vim/pack/git/start/vim-fugitive
, etc.