We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96f40d commit 04cc47fCopy full SHA for 04cc47f
lua/render-markdown/ui.lua
@@ -55,7 +55,7 @@ end
55
---@return number
56
M.file_size_mb = function()
57
local ok, stats = pcall(function()
58
- return vim.loop.fs_stat(vim.api.nvim_buf_get_name(0))
+ return vim.uv.fs_stat(vim.api.nvim_buf_get_name(0))
59
end)
60
if not (ok and stats) then
61
return 0
0 commit comments