[nvim] GoToImprecise seems to not work any more
At least not in Java
This commit is contained in:
parent
63b4d8f836
commit
e2c873aaad
1 changed files with 2 additions and 1 deletions
|
@ -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='-'
|
||||
|
|
Loading…
Reference in a new issue