From 53680f7952553cbc26916dbd99318fb5aef63958 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 18 Dec 2024 18:44:28 +0100 Subject: [PATCH] fix: Replace vim.loop with vim.uv --- lua/utils/functions.lua | 2 +- lua/utils/icons.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/utils/functions.lua b/lua/utils/functions.lua index 2e08155c..5e0527f5 100644 --- a/lua/utils/functions.lua +++ b/lua/utils/functions.lua @@ -59,7 +59,7 @@ end --- Check if path exists M.path_exists = function(path) - return vim.loop.fs_stat(path) + return vim.uv.fs_stat(path) end -- toggle quickfixlist diff --git a/lua/utils/icons.lua b/lua/utils/icons.lua index 812d9ca1..0fa8eae4 100644 --- a/lua/utils/icons.lua +++ b/lua/utils/icons.lua @@ -1,3 +1,4 @@ +-- TODO: replace with mini.icons return { apps = { Copilot = "",