Changes on Mac

This commit is contained in:
Bas Grolleman
2025-06-10 08:43:51 +02:00
parent 9eeaf333d8
commit 6aee231663
7 changed files with 21 additions and 74 deletions

View File

@@ -1,17 +0,0 @@
return {
"jackMort/ChatGPT.nvim",
event = "VeryLazy",
config = function()
require("chatgpt").setup({
openai_params = {
model = "gpt-4.1"
}
})
end,
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"folke/trouble.nvim", -- optional
"nvim-telescope/telescope.nvim"
}
}