Updated
This commit is contained in:
12
vim/.vimrc
12
vim/.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user