E185: Cannot find color scheme*
For those using Plug as plugin manager, the problem may be solved by setting the color scheme after declaring the plugin that provides the theme: call plug#begin() Plug ‘rakr/vim-one’ ” tell Vim to load the theme/plugin call plug#end() colorscheme one ” set the color scheme after the theme provider has been loaded