update deps
This commit is contained in:
parent
d1172c40fd
commit
c7d57f6935
5 changed files with 7 additions and 6 deletions
2
init.lua
2
init.lua
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue