diff --git a/lua/lvim/core/indentlines.lua b/lua/lvim/core/indentlines.lua index 5d261481..32903f62 100644 --- a/lua/lvim/core/indentlines.lua +++ b/lua/lvim/core/indentlines.lua @@ -76,12 +76,8 @@ M.setup = function() local _, err = pcall(indent_blankline.setup, lvim.builtin.indentlines.options) if err then - local invalid_key = err:match "'(.*)'" - vim.notify_once( - "`lvim.builtin.indentlines.options." - .. invalid_key - .. "` has been deprecated. Please take a look at `:h ibl.config` to learn about new config and update.", + err .. ". Please take a look at `:h ibl.config` to learn about config and update.", vim.log.levels.WARN ) end