feat(nvim): added chatgpt.lua
This commit is contained in:
parent
6b581da1a0
commit
3e237e26e4
2 changed files with 14 additions and 1 deletions
|
|
@ -1,8 +1,13 @@
|
|||
return {
|
||||
{
|
||||
"jackMort/ChatGPT.nvim",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("chatgpt").setup()
|
||||
require("chatgpt").setup(
|
||||
{
|
||||
api_key_cmd = "pass show azure/hypera/oai/token",
|
||||
}
|
||||
)
|
||||
end,
|
||||
dependencies = {
|
||||
"MunifTanjim/nui.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue