aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotvimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index aac2ac9..daea6a8 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -92,6 +92,8 @@ NeoBundle 'git-time-lapse'
NeoBundle 'Valloric/YouCompleteMe.git'
let g:ycm_extra_conf_globlist = ['~/dab/*', '~/*']
let g:ycm_always_populate_location_list = 1
+noremap <Leader>y :YcmDiags<CR>
+noremap <Leader>Y :YcmRestartServer<CR>
NeoBundle 'tpope/vim-surround.git'
NeoBundle 'taglist.vim'