Skip to content

Instantly share code, notes, and snippets.

@ressu
Created January 30, 2016 09:05
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 ressu/4a2044595a5c5af62d50 to your computer and use it in GitHub Desktop.
Save ressu/4a2044595a5c5af62d50 to your computer and use it in GitHub Desktop.
set nocompatible
set runtimepath+=~/.vim/bundle/neobundle.vim/
call neobundle#begin(expand('~/.vim/bundle'))
" Uncomment these lines to make the check work
" if has('python')
" endif
NeoBundle 'jaxbot/github-issues.vim', {'disabled': !has('python')}
call neobundle#end()
filetype plugin indent on
NeoBundleCheck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment