vim-github-hub
vim-github-hub copied to clipboard
Git commit support
- Add
ghcommitfiletype that inherits settings fromghhub - Ensure diffs included in commit comment instructions are still highlighted correctly
- Update Git
commentChardetection to include commit message default comment (probably can just pull that from Git settings? 😬) - A bit of (opiniated?) code format changes
Couple things worth mentioning:
- This assumes tpop/vim-git syntax for the diff (included in vim-polyglot)
- Since this plugin technically targets hub should I supply an option to enable/disable this?
This now gracefully degrades if tpop/vim-git isn't available. Are there other Git syntax packages we should support?