Created
November 15, 2011 10:52
-
-
Save glidenote/1366764 to your computer and use it in GitHub Desktop.
.vimrc.local
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bundle 'Gist.vim' # Vindleを利用して導入 | |
let g:gist_detect_filetype = 1 # ファイルタイプを自動で認識して、Gistにポスト | |
let g:github_user = 'glidenote' # githubのuser名 | |
let g:github_token = '******************************' # githubのtoken |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment