diff --git a/nvim-init.vim b/nvim-init.vim index 7a27705..3c783b3 100644 --- a/nvim-init.vim +++ b/nvim-init.vim @@ -350,7 +350,8 @@ let g:wildfire_objects = ["iw", "i'", "i`", 'i"', "i)", "i]", "i}", "ip", "it"] " YouCompleteMe {{{2 " ------------------ -noremap g :YcmCompleter GoToImprecise +"noremap g :YcmCompleter GoToImprecise +noremap g :YcmCompleter GoTo let g:ycm_error_symbol='!>' let g:ycm_warning_symbol='-'