mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -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" },
|
||||
{ "elixir-lang/vim-elixir" },
|
||||
{ "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