cleanup: use vim.uv instead of vim.loop everywhere (#2762)
This commit is contained in:
@@ -35,7 +35,7 @@ function M.read_content(filepath)
|
||||
end
|
||||
|
||||
function M.exists(filepath)
|
||||
local stat = vim.loop.fs_stat(filepath)
|
||||
local stat = vim.uv.fs_stat(filepath)
|
||||
return stat ~= nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user