1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-23 09:21:15 +01:00

treewide: vim.loop -> vim.uv

vim.loop is deprecated and vim.uv is preferred https://neovim.io/doc/user/deprecated.html#vim.loop
This commit is contained in:
Austin Horstman 2025-12-16 19:05:04 -06:00 committed by Gaétan Lepage
parent 081bcc930f
commit a1cda59a3a
8 changed files with 12 additions and 12 deletions

View file

@ -46,7 +46,7 @@ in
}
{
type = "dir";
header = [{__raw = "' MRU' .. vim.loop.cwd()";}];
header = [{__raw = "' MRU' .. vim.uv.cwd()";}];
}
{
type = "sessions";