The bottom of the Tips section would be the following. --- or in your .vimrc ``` let g:github_token = 'XXXXX' ``` or by using an environment variable on *nix systems ``` let g:github_token = '$GITHUB_TOKEN' ```