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:
parent
081bcc930f
commit
a1cda59a3a
8 changed files with 12 additions and 12 deletions
|
|
@ -46,7 +46,7 @@ in
|
|||
}
|
||||
{
|
||||
type = "dir";
|
||||
header = [{__raw = "' MRU' .. vim.loop.cwd()";}];
|
||||
header = [{__raw = "' MRU' .. vim.uv.cwd()";}];
|
||||
}
|
||||
{
|
||||
type = "sessions";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue