I have problems getting python3 support working in neovim.
I have followed the instructions in :help nvim-python, but :echo has('python3') returns 0.
I have tried installing the neovim python modules both from git and pip, and also the AUR on arch linux, but :echo has('python3') still returns 0.
I tried setting the path to python manually in neovim, and I also tried rebuilding neovim from source from github after installing python modules, but still nothing.
Edit: I found out clipboardprovider didn't work either.
:help nvim-python. I believe the instructions are now at:help provider-python. – Jeremiah England Jul 24 '21 at 12:15