Fix neovim paste issue

https://github.com/neovim/neovim/issues/7994
This commit is contained in:
Rodolphe Breard 2019-05-09 17:34:49 +02:00
parent 1e0471db4b
commit 0e2cc5c3cf

View file

@ -2,3 +2,4 @@ set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath let &packpath = &runtimepath
source ~/.vimrc source ~/.vimrc
set termguicolors set termguicolors
au InsertLeave * set nopaste