diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-01 07:56:10 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-01 07:56:10 +0100 |
commit | bfae8f6d9b027a89508be5fa1557bdf5c341505a (patch) | |
tree | 69b2eac136ca23385b7e771ed59fb32db6e6b299 | |
parent | f292977209ebf7bd9a525a7bccb16965cbe02238 (diff) | |
download | vimrc-bfae8f6d9b027a89508be5fa1557bdf5c341505a.tar.gz vimrc-bfae8f6d9b027a89508be5fa1557bdf5c341505a.tar.bz2 vimrc-bfae8f6d9b027a89508be5fa1557bdf5c341505a.zip |
Add Ycm FixIt map
-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' |