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