jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.56k stars 307 forks source link

List in README "folke/trouble.nvim" as dependency #357

Closed joninvski closed 5 months ago

joninvski commented 6 months ago

To correctly execute the command:

ChatGPTRun code_readability_analysis

It is necessary to have the "trouble.nvim" plugin.

Otherwise you get the nvim error saying:

Vim:E492: Not an editor command: Trouble quickfix

This commit makes it explicit in the README that trouble plugin is a dependency.

The trouble dependency is here: https://github.com/jackMort/ChatGPT.nvim/blob/48c59167beeb6ee0caa501c46cecc97b9be8571d/lua/chatgpt/config.lua#L176 image