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

Avoid needing user input on fresh installations #102

Merged
merged 2 commits into from
Feb 3, 2024
Merged

Conversation

marcomayer
Copy link
Contributor

I noticed that the info-msgs on creating new directories always require user input (press enter) and that a warning pops up if the state file is not found. Both of these are annoying on fresh installations of the plugin (something I do a lot).

This PR fixes both of these issues, please have a look.

With \n neovim waits for user-input (press Enter) on messages which can be annoying. Removing it fixes this.
Fixes an issue with an warning popping up on new installations if the state file does not exist.
@Robitx
Copy link
Owner

Robitx commented Feb 3, 2024

@marcomayer thanks for these improvements!

@Robitx Robitx merged commit d660d9b into Robitx:main Feb 3, 2024
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.

None yet

2 participants