ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 25 forks source link

Description of VIM-GitGutter #740

Open ijmitch opened 3 months ago

ijmitch commented 3 months ago

I made the typo change for its name in #739, but then reading the project's description I think the paragraph saying:

vim-gitgutter is a plugin that allows VIM users on z/OS to interact with Git repositories directly from within the editor.

is overstating its function.

As the name implies, vim-gitgutter is actually just improving working with changed code locally with annotations in the 'gutter' of the editor session. I cannot see that it claims to work with actual commits or pushes/pulls/fetches and the like.

Am I missing something?

ijmitch commented 3 months ago

"to interact with Git repositories directly from within the editor" probably means something more like vim-fugitive.

IgorTodorovskiIBM commented 3 months ago

You're correct, it seems to only provide support for annotations. Feel free to edit or enhance with vim-fugitive. I have yet to try that one