Skip to content

Commit

Permalink
Update ycm's configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
fegin committed Aug 21, 2014
1 parent 58f4663 commit 0624145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ nnoremap <leader>jb :Unite -quick-match -start-insert buffer<CR>
" }
" --- YouCompleteMe {
let g:ycm_confirm_extra_conf = 0
let g:ycm_autoclose_preview_window_after_completion = 0
let g:ycm_autoclose_preview_window_after_completion = 1
nnoremap <leader>kg ::YcmCompleter GoToDefinitionElseDeclaration<CR>
" }
" --- Syntastic {
Expand Down

0 comments on commit 0624145

Please sign in to comment.