way too lazy to sort this out, adding kitchen sink
This commit is contained in:
@ -13,7 +13,7 @@ end
|
||||
|
||||
function M.include(fn)
|
||||
if not pcall(require, fn) then
|
||||
vim.notify('Could not find '..fn, vim.log.levels.WARN, { title = M.appid })
|
||||
vim.notify('Could not find "'..fn, vim.log.levels.WARN..'"', { title = M.appid })
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user