From d94b454eb61a0d0a99f9939560506c2db24f3315 Mon Sep 17 00:00:00 2001
From: Squibid <me@zacharyscheiman.com>
Date: Tue, 30 Jan 2024 21:52:24 -0500
Subject: way too lazy to sort this out, adding kitchen sink

---
 lua/core/misc.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lua/core')

diff --git a/lua/core/misc.lua b/lua/core/misc.lua
index 41cbf93..6f69e81 100644
--- a/lua/core/misc.lua
+++ b/lua/core/misc.lua
@@ -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
 
-- 
cgit v1.2.1