Skip to content

Instantly share code, notes, and snippets.

@c02y
Last active April 24, 2019 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c02y/a7ae71d5d50bc39dabb458cfe63b455a to your computer and use it in GitHub Desktop.
Save c02y/a7ae71d5d50bc39dabb458cfe63b455a to your computer and use it in GitHub Desktop.
new vim plugin
" python-mode
Plugin 'klen/python-mode'
"default is python2
"let g:pymode_python = 'python3'
let g:pymode_options_colorcolumn = 0
Plugin 'wellle/targets.vim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment