diff --git a/lua/http-codes.lua b/lua/http-codes.lua index de7c6c4..5467086 100644 --- a/lua/http-codes.lua +++ b/lua/http-codes.lua @@ -20,7 +20,10 @@ M.setup = function(user_config) user_config.use == nil or not vim.tbl_contains({ 'fzf', 'telescope' }, user_config.use) then - vim.notify_once 'http-codes.nvim: must specify `use = {fzf,telescope}` in setup.' + vim.notify_once( + 'http-codes.nvim: must specify `use = {fzf,telescope}` in setup.', + vim.log.levels.ERROR + ) return end