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

GpChatFinder doesn't work under windows #99

Closed ritscAlex closed 5 months ago

ritscAlex commented 5 months ago

I have the problem that the GpChatFinder function doesn't work under windows. The popup windows appears but doesn't display any saved .md files in the /gp/chats/ folder.

I made sure that all the created GpChats are saved under /nvim-data/gp/chats

Update: probably of the missing dependency of grep. Anything I can do to make GpChatFinder work under windows?

ritscAlex commented 5 months ago

I installed https://www.gnu.org/software/grep/ for windows and GpChatFinder works without problems.