1
0

Remove 'You Complete Me'

This commit is contained in:
2019-10-06 01:07:44 +02:00
parent 63b1426f1a
commit 5d5102d112

8
vimrc
View File

@ -12,12 +12,12 @@ Plugin 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plugin 'ctrlpvim/ctrlp.vim'
" Class explorer
Plugin 'majutsushi/tagbar', { 'on': 'TagbarToggle' }
" Autocompletion
Plugin 'ycm-core/YouCompleteMe'
" Syntax check
Plugin 'dense-analysis/ale'
" Code refactoring (Python)
" Code completion and refactoring (Python)
Plugin 'davidhalter/jedi-vim'
" Better auto completion
Plugin 'ervandew/supertab'
" Intelligent folding
Plugin 'tmhedberg/SimpylFold'
" Git management
@ -80,5 +80,5 @@ nmap <C-Down> :lnext<CR>
" Plugin config
let g:SimpylFold_docstring_preview=1
let g:airline#extensions#tabline#enabled=1
let g:jedi#completions_enabled = 0
let g:jedi#completions_enabled = 1
let g:jedi#smart_auto_mappings = 1