Add avante, sops and catppuccin to nvim

This commit is contained in:
Bas Grolleman
2025-07-31 14:27:31 +02:00
parent 2c2399308f
commit a2a957c052
4 changed files with 90 additions and 0 deletions

View File

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