Created
January 30, 2016 09:05
-
-
Save ressu/4a2044595a5c5af62d50 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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