nvim: update: lazy installation for nvim 0.10

This commit is contained in:
qwjyh 2024-06-18 19:49:36 +09:00
parent 955fd55ff0
commit 4fefdd20b2

View file

@ -1,7 +1,7 @@
-----------------------------------------------------------
-- Installing plugin manager 'lazy.nvim'
local lazypath = 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
vim.fn.system({
"git",
"clone",