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