aboutsummaryrefslogtreecommitdiffstats
path: root/dotvimrc
diff options
context:
space:
mode:
authorMatthias Braendli <matthias.braendli@u-blox.com>2014-06-19 11:17:15 +0200
committerMatthias Braendli <matthias.braendli@u-blox.com>2014-06-19 11:17:15 +0200
commit5e1c6b239f512ff668a07dcc0f9cbd3faa114aaa (patch)
tree6a060e23287e433c09b0976b4a70d949cc8517d2 /dotvimrc
parent267c283b90dcbdb37cc775d5e90bd5ae06ba85e6 (diff)
downloadvimrc-5e1c6b239f512ff668a07dcc0f9cbd3faa114aaa.tar.gz
vimrc-5e1c6b239f512ff668a07dcc0f9cbd3faa114aaa.tar.bz2
vimrc-5e1c6b239f512ff668a07dcc0f9cbd3faa114aaa.zip
Add <Leader>c to call clang_complete
Diffstat (limited to 'dotvimrc')
-rw-r--r--dotvimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index a6a4729..211b752 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -70,6 +70,7 @@ NeoBundle 'lucapette/vim-textobj-underscore.git'
NeoBundle 'Rip-Rip/clang_complete.git'
let g:clang_snippets = 1
let g:clang_snippets_engine = 'clang_complete'
+noremap <Leader>c :call g:ClangUpdateQuickFix()<cr>
NeoBundle 'tpope/vim-surround.git'
NeoBundle 'taglist.vim'