-- time-machine.lua return { "y3owk1n/time-machine.nvim", version = "*", -- remove this if you want to use the `main` branch opts = { -- your configuration comes here -- or leave it empty to use the default settings -- refer to the configuration section below }, keys = { { "t", "", desc = "Time Machine", }, { "tt", "TimeMachineToggle", desc = "[Time Machine] Toggle Tree", }, { "tx", "TimeMachinePurgeCurrent", desc = "[Time Machine] Purge current", }, { "tX", "TimeMachinePurgeAll", desc = "[Time Machine] Purge all", }, { "tl", "TimeMachineLogShow", desc = "[Time Machine] Show log", }, }, }