From 0a1cea9b434dbeb0bee3e05e7c5aba16049442d5 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 27 Jan 2026 17:25:03 -0500 Subject: [PATCH] feat: debug --- lua/cp/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/cp/config.lua b/lua/cp/config.lua index ca5b027..ab99b50 100644 --- a/lua/cp/config.lua +++ b/lua/cp/config.lua @@ -305,6 +305,7 @@ function M.setup(user_config) vim.validate({ hooks = { cfg.hooks, { 'table' } }, ui = { cfg.ui, { 'table' } }, + debug = { cfg.debug, { 'boolean', 'nil' }, true }, open_url = { cfg.open_url, { 'boolean', 'nil' }, true }, before_run = { cfg.hooks.before_run, { 'function', 'nil' }, true }, before_debug = { cfg.hooks.before_debug, { 'function', 'nil' }, true },