This commit is contained in:
jond
2018-07-28 11:35:15 -05:00
parent 4009da9484
commit 9627470c6d
12 changed files with 22 additions and 13 deletions

View File

@@ -81,6 +81,13 @@ map <C-n> :NERDTreeToggle<CR>
"lightline colorscheme
let g:lightline = {'colorscheme': 'jellybeans',}
"supertab setting
"let g:SuperTabDefaultCompletionType = "context"
"vim-jedi auto-select first, saves a keystroke
let g:jedi#popup_select_first = 0
let g:SuperTabCrMapping=1
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
@@ -90,20 +97,21 @@ Plugin 'tpope/vim-fugitive'
Plugin 'kien/ctrlp.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'tmhedberg/SimpylFold'
Plugin 'vim-scripts/indentpython.vim'
"Plugin 'vim-scripts/indentpython.vim'
Plugin 'scrooloose/syntastic'
" PEP8 checking plugin
Plugin 'nvie/vim-flake8'
Plugin 'itchyny/lightline.vim'
Plugin 'taohex/lightline-buffer'
"Plugin 'klen/python-mode'
Plugin 'itchyny/calendar.vim'
"Plugin 'itchyny/calendar.vim'
Plugin 'davidhalter/jedi-vim'
Plugin 'tpope/vim-surround'
Plugin 'ap/vim-buftabline'
Plugin 'wellle/targets.vim'
Plugin 'junegunn/goyo.vim'
Plugin 'zhou13/vim-easyescape'
Plugin 'ervandew/supertab'
call vundle#end() " required
filetype plugin indent on " required