Skip to content

Commit

Permalink
docs: list "folke/trouble.nvim" as dependency (jackMort#357)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joninvski authored Jan 26, 2024
1 parent 65ca1e3 commit 74b550b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ use({
requires = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"folke/trouble.nvim",
"nvim-telescope/telescope.nvim"
}
})
Expand All @@ -75,6 +76,7 @@ use({
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"folke/trouble.nvim",
"nvim-telescope/telescope.nvim"
}
}
Expand Down

0 comments on commit 74b550b

Please sign in to comment.