nvim: update: lazy installation for nvim 0.10
This commit is contained in:
parent
955fd55ff0
commit
4fefdd20b2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
-- Installing plugin manager 'lazy.nvim'
|
-- Installing plugin manager 'lazy.nvim'
|
||||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/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({
|
vim.fn.system({
|
||||||
"git",
|
"git",
|
||||||
"clone",
|
"clone",
|
||||||
|
|
Loading…
Reference in a new issue