-
-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Ben Busby edited this page Nov 14, 2021
·
4 revisions
The hubbub plugin provides a number of configuration settings with varying purposes.
-
g:hubbub_show_outdated
- Show/hide outdated diffs and comments on pull requests-
0
: (Default) Disabled -
1
: Enabled
-
-
g:hubbub_language
- Set the language for the plugin UI-
en
: (Default) English -
es
: Spanish -
fr
: French -
cn_sm
: Chinese (Simplified) -
cn_tr
: Chinese (Traditional)
-
-
g:hubbub_emojis
- Show/hide emoji reactions on issues and comments-
0
: Hide (use ascii alternatives) -
1
: (Default) Show emojis
-
-
g:hubbub_split_issue
- Enable/disable opening issue buffers in a new vertical split-
0
: Do not split -
1
: (Default) Split
-
-
g:hubbub_default_host
- Set the default host to prefer if outside of a git repo-
'github'
: Use GitHub as primary -
'gitlab'
: Use GitLab as primary - Note: This should only ever be set for development purposes, as GitLab functionality is not yet officially supported
-
-
g:hubbub_openssl_old
- Rely on commands that work with older versions of OpenSSL / LibreSSL-
0
: (Default) Disabled -
1
: Enabled
-
-
g:hubbub_short_commands
- Toggle the:Hubbub<command>
requirement for all commands-
0
: (Default) Off -
1
: On - Example:
:HubbubComment
becomes:Comment
when enabled
-
If you're feeling generous, you can optionally include a footer in your comments/issues made with hubbub to help support the project:
-
g:hubbub_footer
- Include/exclude the vim-hubbub footer from comments/issues-
0
: (Default) Exclude -
1
: Include
-