We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:set paste :set nopaste :set noai :set ai
Another option is to add a macro to your vimrc:
nmap <silent> <leader>p :set paste<CR>"*p:set nopaste<CR>
I usually use :r! cat and then paste ( shift + insert ) the content, and CTRL+D