From b9854cd248707ed984ab8a37c0cf812eef9e3c33 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Fri, 25 Nov 2016 11:41:06 +0000 Subject: disable completion untill needed --- Editor/vimrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Editor/vimrc b/Editor/vimrc index 13a08ca..6a2f4b7 100644 --- a/Editor/vimrc +++ b/Editor/vimrc @@ -10,9 +10,9 @@ Plugin 'tpope/vim-surround' Plugin 'tpope/vim-repeat' Plugin 'takac/vim-hardtime' -Plugin 'Valloric/YouCompleteMe' -Plugin 'SirVer/ultisnips' -Plugin 'honza/vim-snippets' +"Plugin 'Valloric/YouCompleteMe' +"Plugin 'SirVer/ultisnips' +"Plugin 'honza/vim-snippets' call vundle#end() " required filetype plugin indent on " required @@ -105,6 +105,7 @@ let g:hardtime_allow_different_key = 1 " YouCompleteMe +let g:ycm_global_ycm_extra_conf = "~/.ycm_global_ycm_extra_conf.py" let g:ycm_dont_warn_on_startup = 0 let g:ycm_complete_in_comments = 1 let g:ycm_complete_in_strings = 1 -- cgit v1.2.3-54-g00ecf