fix: add separate timeout for instalelr (#109)
* fix(installer): add separate timeout for installer
This commit is contained in:
parent
ea28fc4e6f
commit
9d28cdebf1
4 changed files with 19 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ local log = require "gopher._utils.log"
|
|||
local utils = {}
|
||||
|
||||
---@param msg string
|
||||
---@param lvl? number
|
||||
---@param lvl? number by default `vim.log.levels.INFO`
|
||||
function utils.notify(msg, lvl)
|
||||
lvl = lvl or vim.log.levels.INFO
|
||||
vim.notify(msg, lvl, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue