Skip to content

Commit

Permalink
fix(chatgpt-nvim): fix entire ChatGPT spec (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter authored Jul 3, 2023
1 parent c5a0d0b commit 94a146f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lua/astrocommunity/editing-support/chatgpt-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
return {
"jackMort/ChatGPT.nvim",
init = function() table.insert(astronvim.file_plugins, "ChatGPT.nvim") end,
enabled = true,
event = "VeryLazy",
cmd = { "ChatGPT", "ChatGPTActAs", "ChatGPTEditWithInstructions", "ChatGPTRun" },
depencencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
},
opts = {},
}

0 comments on commit 94a146f

Please sign in to comment.