Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created November 15, 2011 10:52
Show Gist options
  • Save glidenote/1366764 to your computer and use it in GitHub Desktop.
Save glidenote/1366764 to your computer and use it in GitHub Desktop.
.vimrc.local
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