1
0
Fork 0

jedi for only python

This commit is contained in:
Von Random 2016-12-31 01:36:31 +03:00
parent db783f6d72
commit 531a05650c
2 changed files with 4 additions and 6 deletions

2
gvimrc
View file

@ -9,5 +9,3 @@ set guicursor+=a:blinkon0 "and none of them should blink
set guiheadroom=0 set guiheadroom=0
map <S-Insert> <MiddleMouse> map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse> map! <S-Insert> <MiddleMouse>
colorscheme iceberg

View file

@ -18,14 +18,14 @@ Plug 'mhinz/vim-signify' "version control system gutter info
Plug 'nvie/vim-togglemouse' "hotkey to toggle mouse Plug 'nvie/vim-togglemouse' "hotkey to toggle mouse
Plug 'vim-airline/vim-airline' "airline Plug 'vim-airline/vim-airline' "airline
Plug 'vim-airline/vim-airline-themes' "themes for 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 'tpope/vim-fugitive' "moar git awesomeness
Plug 'sheerun/vim-polyglot' "syntax Plug 'sheerun/vim-polyglot' "syntax
" python, uncomment when needed " python, uncomment when needed
"Plug 'neomake/neomake' "linter "Plug 'neomake/neomake' "linter
"Plug 'davidhalter/jedi-vim' "python support Plug 'davidhalter/jedi-vim', { 'for': 'python' } "python support
"Plug 'ervandew/supertab' "TAB autocompletion Plug 'ervandew/supertab', { 'for': 'python' } "TAB autocompletion
" colorschemes " colorschemes
Plug 'lifepillar/vim-solarized8' Plug 'lifepillar/vim-solarized8'