way too lazy to sort this out, adding kitchen sink
This commit is contained in:
parent
6b7b94ad33
commit
b62340de6f
16 changed files with 102 additions and 120 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue