Skip to content

Commit

Permalink
fix(chatgpt-nvim): typo in dependencies key (#461)
Browse files Browse the repository at this point in the history
Fix typo in key `dependencies`
  • Loading branch information
psytrx authored Jul 19, 2023
1 parent 23dce80 commit ae0c6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/editing-support/chatgpt-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
"jackMort/ChatGPT.nvim",
cmd = { "ChatGPT", "ChatGPTActAs", "ChatGPTEditWithInstructions", "ChatGPTRun" },
depencencies = {
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
Expand Down

0 comments on commit ae0c6b6

Please sign in to comment.