Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
-- bootstrap lazy.nvim, LazyVim and your plugins require("config.lazy") local workout = require("workout") vim.keymap.set("n", "<leader>wc", workout.capture, { desc = "Capture workout" })