mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
trying chatgpt.nvim
This commit is contained in:
parent
0fa8b6718e
commit
361d36e0b3
1 changed files with 15 additions and 0 deletions
|
|
@ -58,4 +58,19 @@ return {
|
||||||
{ "vmchale/dhall-vim" },
|
{ "vmchale/dhall-vim" },
|
||||||
{ "elixir-lang/vim-elixir" },
|
{ "elixir-lang/vim-elixir" },
|
||||||
{ "xiyaowong/transparent.nvim" },
|
{ "xiyaowong/transparent.nvim" },
|
||||||
|
|
||||||
|
{
|
||||||
|
"jackMort/ChatGPT.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
config = function()
|
||||||
|
require("chatgpt").setup({
|
||||||
|
api_key_cmd = "gpg --decrypt ~/Documents/tools/chatgpt-apikey.gpg 2>/dev/null",
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
dependencies = {
|
||||||
|
"MunifTanjim/nui.nvim",
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue