improve some refactors

This commit is contained in:
Barrett Ruth 2025-10-23 11:16:13 -04:00
parent c9d7d51732
commit 114187164e
4 changed files with 17 additions and 3 deletions

View file

@ -32,6 +32,8 @@
---@field before_run? fun(state: cp.State)
---@field before_debug? fun(state: cp.State)
---@field setup_code? fun(state: cp.State)
---@field setup_io_input? fun(bufnr: integer, state: cp.State)
---@field setup_io_output? fun(bufnr: integer, state: cp.State)
---@class CpUI
---@field panel PanelConfig