mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
Replace LazyVim.root.realpath with M.realpath
This commit is contained in:
parent
f054a0240c
commit
a78c5286e6
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ function M.bufpath(buf)
|
|||
if vim.fn.has("win32") == 1 and path and path:find(":/.*:/") then
|
||||
path = path:gsub("^.-%:/", "", 1)
|
||||
end
|
||||
return LazyVim.root.realpath(path)
|
||||
return M.realpath(path)
|
||||
end
|
||||
|
||||
function M.cwd()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue