From 31180059a74fbc9c747f273bb79271bb669c5bd7 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 30 Oct 2016 14:53:45 +0100 Subject: Add YCM shortcuts --- dotvimrc | 2 ++ 1 file changed, 2 insertions(+) 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 y :YcmDiags +noremap Y :YcmRestartServer NeoBundle 'tpope/vim-surround.git' NeoBundle 'taglist.vim' -- cgit v1.2.3