mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
feat: vim.loop -> vim.uv
This commit is contained in:
parent
9b11e6e938
commit
47dcff9d56
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ in {
|
|||
type = luaInline;
|
||||
default = mkLuaInline ''
|
||||
function()
|
||||
return vim.loop.cwd()
|
||||
return vim.uv.cwd()
|
||||
end
|
||||
'';
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue