diff --git a/vimrc b/vimrc index 9c157b8..8569c19 100644 --- a/vimrc +++ b/vimrc @@ -21,6 +21,8 @@ Plug 'sjl/gundo.vim' Plug 'editorconfig/editorconfig-vim' +Plug 'Valloric/YouCompleteMe', { 'do': './install.sh' } + Plug 'sheerun/vim-polyglot' Plug 'nathanaelkane/vim-indent-guides' @@ -263,8 +265,13 @@ nmap g :IndentGuidesToggle "" Gundo nmap u :GundoToggle +"" YouCompleteMe +let g:ycm_key_list_select_completion = ['', ''] +let g:ycm_key_list_previous_completion = ['', ''] +let g:SuperTabDefaultCompletionType = '' + "" Ultisnips -"let g:UltiSnipsExpandTrigger="" +let g:UltiSnipsExpandTrigger="" let g:UltiSnipsJumpForwardTrigger="" "let g:UltiSnipsJumpBackwardTrigger=""