return {
    {
        "chentoast/marks.nvim",
        event = "VeryLazy",
        opts = {},
        config = function()
            require 'marks'.setup({
                sign_priority = 5,
            })
        end,
    }
}