Skip to content

Commit

Permalink
Add plugin to quickly open quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderBobinski committed Jun 27, 2021
1 parent bec1bd9 commit 3e47f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ let g:ycm_complete_in_comments = 1
let g:ycm_complete_in_strings = 1
let g:ycm_autoclose_preview_window_after_completion = 1
let g:ycm_key_list_select_completion = ['<TAB>']
" https://vi.stackexchange.com/questions/13795/how-to-see-a-whole-message-in-status-bar-in-vim
Plug 'Valloric/ListToggle'

nnoremap <leader>g :YcmCompleter GoTo<CR>
nnoremap <leader>r :YcmCompleter RefactorRename
Expand Down

0 comments on commit 3e47f10

Please sign in to comment.