Skip to content

Commit

Permalink
fix(chatgpt-nvim): add trouble.nvim dependency (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet authored Jun 23, 2024
1 parent 1a27778 commit 1f3a6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/editing-support/chatgpt-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ return {
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
{ "folke/trouble.nvim", cmd = "Trouble", opts = {} },
"nvim-telescope/telescope.nvim",
{
"AstroNvim/astrocore",
Expand Down

0 comments on commit 1f3a6ec

Please sign in to comment.