From b6d329e337c671e14fa5d3b8697aae3faefd810a Mon Sep 17 00:00:00 2001 From: Uzair Aftab Date: Wed, 24 Jul 2024 14:01:36 +0200 Subject: [PATCH] debug --- lua/codesnap/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/codesnap/init.lua b/lua/codesnap/init.lua index 5da5971..44a586b 100644 --- a/lua/codesnap/init.lua +++ b/lua/codesnap/init.lua @@ -29,6 +29,7 @@ function main.copy_ascii_snapshot(extension) end function main.save_snapshot_with_config(config) + vim.notify("Start to save snapshot in " .. config.save_path .. " ...") if string_utils.is_str_empty(static.config.save_path) then error( "If you want to save snapshot in somewhere, you should config the save_path before, refer: https://github.com/mistricky/codesnap.nvim?tab=readme-ov-file#save-the-snapshot",