jedi for only python
This commit is contained in:
parent
db783f6d72
commit
531a05650c
2 changed files with 4 additions and 6 deletions
2
gvimrc
2
gvimrc
|
@ -9,5 +9,3 @@ set guicursor+=a:blinkon0 "and none of them should blink
|
|||
set guiheadroom=0
|
||||
map <S-Insert> <MiddleMouse>
|
||||
map! <S-Insert> <MiddleMouse>
|
||||
|
||||
colorscheme iceberg
|
||||
|
|
|
@ -18,14 +18,14 @@ Plug 'mhinz/vim-signify' "version control system gutter info
|
|||
Plug 'nvie/vim-togglemouse' "hotkey to toggle mouse
|
||||
Plug 'vim-airline/vim-airline' "airline
|
||||
Plug 'vim-airline/vim-airline-themes' "themes for airline
|
||||
Plug 'wincent/command-t' "fuzzy file search
|
||||
Plug 'kien/ctrlp.vim' "fuzzy file search
|
||||
Plug 'tpope/vim-fugitive' "moar git awesomeness
|
||||
Plug 'sheerun/vim-polyglot' "syntax
|
||||
|
||||
" python, uncomment when needed
|
||||
"Plug 'neomake/neomake' "linter
|
||||
"Plug 'davidhalter/jedi-vim' "python support
|
||||
"Plug 'ervandew/supertab' "TAB autocompletion
|
||||
Plug 'davidhalter/jedi-vim', { 'for': 'python' } "python support
|
||||
Plug 'ervandew/supertab', { 'for': 'python' } "TAB autocompletion
|
||||
|
||||
" colorschemes
|
||||
Plug 'lifepillar/vim-solarized8'
|
||||
|
|
Loading…
Reference in a new issue