mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
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…
Add table
Add a link
Reference in a new issue