diff options
-rw-r--r-- | dotvimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |