We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0277464 commit abfc4b2Copy full SHA for abfc4b2
plugin/rest-nvim.lua
@@ -50,7 +50,7 @@ for dep, err in pairs(dependencies) do
50
error = err,
51
}
52
if not found_dep2 then
53
- vim.notify("[rest.nvim] Dependency '" .. dep .. "' was not found. " .. err, vim.log.levels.ERROR)
+ vim.notify("[rest.nvim] WARN: Dependency '" .. dep .. "' was not found. " .. err, vim.log.levels.ERROR)
54
else
55
rest_nvim_deps[dep] = {
56
found = true,
0 commit comments