Make YCM goto buffer command split horizontally
This commit is contained in:
parent
571acb0b7a
commit
7208bd1ed4
1
vimrc
1
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user