Unmapping Vim Plugin mappings
You could write the part with the mappings in your .vimrc in another file, say MyMaps.vim, and put this file in ~/.vim/after/plugin/. This should make your maps the default ones
Look also at the documentation of the plugins setting the mappings, some of them allow you redifine or deactivate the default mappings.