refactor!: migrate to vim.system
This commit is contained in:
parent
837897a79d
commit
ec91e6efcc
5 changed files with 57 additions and 54 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