diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-11-25 11:41:06 +0000 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-11-25 11:41:06 +0000 |
commit | b9854cd248707ed984ab8a37c0cf812eef9e3c33 (patch) | |
tree | 00cddd3fafda5255ad4d35658e8709c8b1809c6b /Editor/vimrc | |
parent | d953bad5bcb37d64132f4ba1c249c0560b2066a1 (diff) | |
download | dotfiles-b9854cd248707ed984ab8a37c0cf812eef9e3c33.tar.gz dotfiles-b9854cd248707ed984ab8a37c0cf812eef9e3c33.tar.bz2 dotfiles-b9854cd248707ed984ab8a37c0cf812eef9e3c33.zip |
disable completion untill needed
Diffstat (limited to 'Editor/vimrc')
-rw-r--r-- | Editor/vimrc | 7 |
1 files 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 |