These colorscheme aren’t recognized by Vim during startup, because I got an error and colorscheme fallbacks to a default theme. If I copy a colorscheme file in the “~/.vim/colors” directory it works. If I set, e.g., ayu colorscheme after vim is started, it works. I tried to put “autocmd VimEnter * :set colorscheme ayu” but it doesn’t work. How can I solve this?
Shouldn’t the colorscheme ayu command be outside the block delimited by the call plug#begin() and call plug#end()? At least according to the syntax defined in vimplug’s documentation: