root cause :
the vim installed is not support python 3.6.0+
solution :
reinstall the vim with python3
1. git clone https://github.com/vim/vim.git
2. /configure "add your configration" --with-python3-command=python3
root cause :
the vim installed is not support python 3.6.0+
solution :
reinstall the vim with python3
1. git clone https://github.com/vim/vim.git
2. /configure "add your configration" --with-python3-command=python3