Skip to content

Conversation

evanthegrayt
Copy link
Owner

Closes #3

Adds variable to autoload session on VimEnter and DirChanged
Remove the ability to specify a session

Closes #3

Adds variable to autoload session on VimEnter and DirChanged
Remove the ability to specify a session
@evanthegrayt
Copy link
Owner Author

This is working... but for some reason, when the session is automatically loaded, I lose my statusline color.
How it looks
image
How it should look
image

@evanthegrayt
Copy link
Owner Author

I've narrowed the issue down to set background=dark in the session file. Maybe a startup race condition? Having difficulty troubleshooting this one.

@evanthegrayt
Copy link
Owner Author

Hmm, it's because Airline loads before. Adding AirlineRefresh to my autocmd fixes it... but I don't want to add a bunch of conditionals for different status lines for something so simple. Unsure how to proceed -- I don't like releasing this with a known issue.

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

Successfully merging this pull request may close these issues.

Add variable for automatically loading a session on vim start
1 participant