Change plugin order (autocompletion)
This commit is contained in:
4
vimrc
4
vimrc
@ -12,12 +12,12 @@ Plugin 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
|||||||
Plugin 'ctrlpvim/ctrlp.vim'
|
Plugin 'ctrlpvim/ctrlp.vim'
|
||||||
" Class explorer
|
" Class explorer
|
||||||
Plugin 'majutsushi/tagbar', { 'on': 'TagbarToggle' }
|
Plugin 'majutsushi/tagbar', { 'on': 'TagbarToggle' }
|
||||||
|
" Auto completion using <Tab>
|
||||||
|
Plugin 'ervandew/supertab'
|
||||||
" Syntax check
|
" Syntax check
|
||||||
Plugin 'dense-analysis/ale'
|
Plugin 'dense-analysis/ale'
|
||||||
" Code completion and refactoring (Python)
|
" Code completion and refactoring (Python)
|
||||||
Plugin 'davidhalter/jedi-vim'
|
Plugin 'davidhalter/jedi-vim'
|
||||||
" Better auto completion
|
|
||||||
Plugin 'ervandew/supertab'
|
|
||||||
" Intelligent folding
|
" Intelligent folding
|
||||||
Plugin 'tmhedberg/SimpylFold'
|
Plugin 'tmhedberg/SimpylFold'
|
||||||
" Git management
|
" Git management
|
||||||
|
Reference in New Issue
Block a user