update deps

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-27 17:51:18 -05:00
parent d1172c40fd
commit c7d57f6935
5 changed files with 7 additions and 6 deletions

View file

@ -18,7 +18,7 @@ require("keymaps")
-- When using nix, it will set lazy via LAZY env variable.
local lazypath = vim.env.LAZY or (vim.fn.stdpath("data") .. "/lazy/lazy.nvim")
if not vim.loop.fs_stat(lazypath) then
if not (vim.uv or vim.loop).fs_stat(lazypath) then
if NIX then
error("LAZY environment variable to nix store was not found: " .. vim.env.LAZY)
return