gtm: Bug: `gtm status` empty result.
Thanks for the worderful tool. Here is the issue I’m facing,
- I’ve used pathogen to install the
gtm vim
plugin, - And have initialized gtm on the my repo.
- But gtm status is showing empty result after code edits/modifications.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 22 (13 by maintainers)
Can you try
echom GTMStatusline()
from within Vim? This shouldn’t return an error if the plugin is installed.I’m guessing the plugin is not being loaded. Can you also share the snippet from your
.vimrc
where you load the gtm plugin?