[nvim] GoToImprecise seems to not work any more

At least not in Java
This commit is contained in:
M1dgard 2018-08-18 22:23:10 +02:00
parent 63b4d8f836
commit e2c873aaad
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -350,7 +350,8 @@ let g:wildfire_objects = ["iw", "i'", "i`", 'i"', "i)", "i]", "i}", "ip", "it"]
" YouCompleteMe {{{2
" ------------------
noremap <leader>g :YcmCompleter GoToImprecise<CR>
"noremap <leader>g :YcmCompleter GoToImprecise<CR>
noremap <leader>g :YcmCompleter GoTo<CR>
let g:ycm_error_symbol='!>'
let g:ycm_warning_symbol='-'