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'
|
||||
" Class explorer
|
||||
Plugin 'majutsushi/tagbar', { 'on': 'TagbarToggle' }
|
||||
" Auto completion using <Tab>
|
||||
Plugin 'ervandew/supertab'
|
||||
" Syntax check
|
||||
Plugin 'dense-analysis/ale'
|
||||
" Code completion and refactoring (Python)
|
||||
Plugin 'davidhalter/jedi-vim'
|
||||
" Better auto completion
|
||||
Plugin 'ervandew/supertab'
|
||||
" Intelligent folding
|
||||
Plugin 'tmhedberg/SimpylFold'
|
||||
" Git management
|
||||
|
Reference in New Issue
Block a user