Make YCM goto buffer command split horizontally
This commit is contained in:
parent
07764831ba
commit
cea38efd76
1
vimrc
1
vimrc
@ -32,6 +32,7 @@ if !platform#is_windows()
|
|||||||
let g:ycm_always_populate_location_list = 1
|
let g:ycm_always_populate_location_list = 1
|
||||||
let g:ycm_error_symbol = '▸'
|
let g:ycm_error_symbol = '▸'
|
||||||
let g:ycm_warning_symbol = '▸'
|
let g:ycm_warning_symbol = '▸'
|
||||||
|
let g:ycm_goto_buffer_command = 'horizontal-split'
|
||||||
endif
|
endif
|
||||||
if has('python')
|
if has('python')
|
||||||
" ultisnips - snippet engine
|
" ultisnips - snippet engine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user