diff --git a/vimrc b/vimrc index 3f554aa..2909f1c 100644 --- a/vimrc +++ b/vimrc @@ -32,6 +32,7 @@ if !platform#is_windows() let g:ycm_always_populate_location_list = 1 let g:ycm_error_symbol = '▸' let g:ycm_warning_symbol = '▸' + let g:ycm_goto_buffer_command = 'horizontal-split' endif if has('python') " ultisnips - snippet engine