refactor: reorganize post-configuration functions into utils module

This commit is contained in:
2024-09-15 06:14:16 -04:00
parent 651e931ce3
commit da34d98a1c
14 changed files with 924 additions and 518 deletions
+11 -13
View File
@@ -31,19 +31,17 @@ return {
opts = { provider = "openai" },
enabled = data.cond.minuet,
},
-- {
-- "jackMort/ChatGPT.nvim",
-- event = "VeryLazy",
-- opts = {},
-- dependencies = {
-- "MunifTanjim/nui.nvim",
-- "nvim-lua/plenary.nvim",
-- "folke/trouble.nvim",
-- "nvim-telescope/telescope.nvim",
-- },
-- },
{
{ -- ChatGPT
"jackMort/ChatGPT.nvim",
event = "VeryLazy",
keys = data.keys.chatgpt.func,
opts = data.types.chatgpt,
dependencies = data.deps.chatgpt,
},
{ -- GP
"robitx/gp.nvim",
opts = {},
lazy = false,
opts = data.types.gp,
keys = data.keys.gp.func,
},
}