return { "folke/which-key.nvim", event = "VeryLazy", opts = { -- your configuration comes here -- or leave it empty to use the default settings -- refer to the configuration section below }, keys = { { { "N", group = "Neorg" }, { "Nt", ":Neorg journal today", desc = "Today" }, }, }, } --{ "c", group = "ChatGPT" }, --{ "cc", ":ChatGPT", desc = "ChatGPT" }, --{ "ce", ":ChatGPTEditWithInstructions", desc = "ChatGPT Edit Selection with Instructions" },