We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eovim_running
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
The text was updated successfully, but these errors were encountered:
5a69a50
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: