From b97781ed4b1ad4f969add38d43812144098c7bbc Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 30 Jul 2015 10:45:33 +0900 Subject: [PATCH] Disable nag --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index fb29bd8..270cd28 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -65,4 +65,5 @@ let g:licenses_copyright_holders_name = g:licenses_authors_name let g:table_mode_corner = '|' " YouCompleteMe +let g:ycm_check_if_ycm_core_present = 0 let g:ycm_confirm_extra_conf = 0