I have the following maps in my vimrc: ```vim nnoremap ' " vnoremap ' " nnoremap " ; vnoremap " ; ``` There is a conflict with the maps defined by this plugin. I'd like to request a way to change the maps defined by this plugin to use `'` instead of `"`.