.config/nvim/lua/syss-report-selector/init.lua aktualisiert
This commit is contained in:
@@ -29,13 +29,13 @@ end
|
||||
local debug = function(msg, title)
|
||||
msg = msg or ""
|
||||
title = title or ""
|
||||
Snacks.notifier.notify(msg, "debug", { style = "compact", timeout = 10000, title = title })
|
||||
vim.notify(msg, "debug", { style = "compact", timeout = 10000, title = title })
|
||||
end
|
||||
|
||||
local info = function(msg, title)
|
||||
msg = msg or ""
|
||||
title = title or ""
|
||||
Snacks.notifier.notify(msg, "info", { style = "compact", timeout = 10000, title = title })
|
||||
vim.notify(msg, "info", { style = "compact", timeout = 10000, title = title })
|
||||
end
|
||||
|
||||
M.directory_picker = function(opts)
|
||||
|
||||
Reference in New Issue
Block a user