convert ERROR to WARN

This commit is contained in:
Michael Chris Lopez
2021-11-01 10:11:37 +08:00
parent 0b00f673b7
commit e51f15f12a

View File

@@ -24,7 +24,7 @@ function M.get_global_config(prefix, base_bg)
if vim.g[prefix .. "_dim_noncurrent_window"] then if vim.g[prefix .. "_dim_noncurrent_window"] then
vim.notify( vim.notify(
prefix .. "_dim_noncurrent_window is replaced by " .. prefix .. "_darken_noncurrent_window", prefix .. "_dim_noncurrent_window is replaced by " .. prefix .. "_darken_noncurrent_window",
vim.log.levels.ERROR, vim.log.levels.WARN,
{ title = "zenbones" } { title = "zenbones" }
) )
end end