When editing Lisp or Clojure in Spacemacs (Emacs with Evil) I find the pasting behavior anoying. Say I have yanked bar and want to paste it as a parameter to (foo) so I get (foo bar). The problem is, I have to insert a space between o and ) before pasting or afterwards.
Is there a way to tell Spacemacs to automatically insert the space in Lisp/Clojure mode (with paredit) when pasting?