local M = {} function M.setup() vim.o.foldmethod = "marker" end return M