aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotvimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index ac63ea3..4e535bf 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -94,6 +94,7 @@ 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>
+noremap <Leader>F :YcmCompleter FixIt<CR>
NeoBundle 'tpope/vim-surround.git'
NeoBundle 'taglist.vim'