On my mac i simply ran ln -s "$HOME/.vimrc" "$HOME/.ideavimrc"
to create a symlink so IntelliJ would use the same .vimrc
as my standard vim.
My .vimrc
is very simple. However, if there is config that is incompatible between IntelliJ and vim then you might have issues with this approach.