Robitx / gp.nvim

Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI]
MIT License
537 stars 49 forks source link

Avoid needing user input on fresh installations #102

Closed marcomayer closed 5 months ago

marcomayer commented 5 months ago

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.

Robitx commented 5 months ago

@marcomayer thanks for these improvements!