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

feat: filter out empty lines from picker window #129

Closed tanloong closed 1 month ago

tanloong commented 2 months ago

Empty lines as paragraph separators are quite common in ChatGPT's responses. But in most cases we don't want them in the search results. Although they disappear on a simple search of any char, removing them makes the picker window look more compact on startup.

Before After
image image