return { "hedyhli/outline.nvim", event = { 'CmdLineEnter', 'BufRead' }, keys = { 'o' }, config = function() -- Example mapping to toggle outline vim.keymap.set("n", "o", "Outline", { desc = "Toggle Outline" }) end, }