docs: update readme

This commit is contained in:
Oleksandr Smirnov 2025-03-21 22:16:44 +02:00
parent 7af08c9780
commit 6ee261cfa6
No known key found for this signature in database
3 changed files with 14 additions and 7 deletions

View file

@ -33,7 +33,7 @@ local default_config = {
---@type number
log_level = vim.log.levels.INFO,
-- timeout for running commands
-- timeout for running internal commands
---@type number
timeout = 2000,
@ -49,7 +49,6 @@ local default_config = {
gotests = "gotests",
impl = "impl",
iferr = "iferr",
dlv = "dlv",
},
---@class gopher.ConfigGotests
gotests = {