feat(runner): add timeout config option

This commit is contained in:
Oleksandr Smirnov 2025-02-26 20:01:06 +02:00
parent 2b80f18360
commit 02cc77e81c
No known key found for this signature in database
2 changed files with 12 additions and 5 deletions

View file

@ -33,6 +33,10 @@ local default_config = {
---@type number
log_level = vim.log.levels.INFO,
-- timeout for running commands
---@type number
timeout = 2000,
-- user specified paths to binaries
---@class gopher.ConfigCommand
commands = {