Make YCM goto buffer command split horizontally

This commit is contained in:
Kenneth Benzie 2017-02-08 23:18:06 +00:00
parent 07764831ba
commit cea38efd76

1
vimrc
View File

@ -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