From 0650ec050210310583b9a2c4385c221c55cb85c4 Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 14 May 2024 21:43:15 -0400 Subject: [PATCH] 625 current 2024-05-14 21:43:09 24.05.20240512.2057814 6.8.6-zen1 * --- modules/home-manager/vim/config/lua/utils/functions.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home-manager/vim/config/lua/utils/functions.lua b/modules/home-manager/vim/config/lua/utils/functions.lua index 3aa33fd..c315dde 100644 --- a/modules/home-manager/vim/config/lua/utils/functions.lua +++ b/modules/home-manager/vim/config/lua/utils/functions.lua @@ -20,8 +20,7 @@ end M.freeze = function() local path = "./._freeze.png" - -- Execute the 'Freeze' command on the selected range - vim.cmd("Freeze") + require('charm-freeze').start() -- Run the shell command 'wl-copy ' after 'Freeze' completes vim.fn.system("wl-copy < " .. path)