From 7588d50e036f4ffbd3ac0c14418db91c49d2b8e9 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 13 Feb 2019 02:43:42 +0000 Subject: Don't keep YouCompleteMe Logs --- plugin/vim-options.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index c8224db..1626b09 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -354,6 +354,7 @@ endif "----------------------------------------------------------------------------------------------------------------------- + "----------------------------------------------------------------------------------------------------------------------- " CamelCaseMotion "----------------------------------------------------------------------------------------------------------------------- @@ -363,3 +364,14 @@ if !empty(glob($EditorDir.'plugged/CamelCaseMotion/plugin/camelcasemotion.vim')) xnoremap ,, , onoremap ,, , endif +"----------------------------------------------------------------------------------------------------------------------- + + + +"----------------------------------------------------------------------------------------------------------------------- +" YouCompleteMe +"----------------------------------------------------------------------------------------------------------------------- +if !empty(glob($EditorDir.'plugged/YouCompleteMe/plugin/youcompleteme.vim')) + let g:ycm_keep_logfiles = 0 +endif +"----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3