feat(runner): add timeout config option
This commit is contained in:
parent
2b80f18360
commit
02cc77e81c
2 changed files with 12 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue