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",