Closed francoisGuerret closed 6 years ago
use case: add the following code to the loaded vimrc file
if exists('eovim_running') colorscheme morning else colorscheme desert endif
however, it works if the vimrc is manually loaded when eovim is launched (performing :source vimrc).
:source vimrc
thanks in advance
use case: add the following code to the loaded vimrc file
however, it works if the vimrc is manually loaded when eovim is launched (performing
:source vimrc
).thanks in advance