Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable eovim_running not defined when loading vimrc or plugins #24

Closed
francoisGuerret opened this issue Jan 8, 2018 · 0 comments
Closed

Comments

@francoisGuerret
Copy link
Collaborator

francoisGuerret commented Jan 8, 2018

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).

thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant