diff options
Diffstat (limited to 'nvim/lua/config/lazy.lua')
| -rw-r--r-- | nvim/lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 2c0226c..76f59cb 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | -- https://lazy.folke.io/installation | 1 | -- https://lazy.folke.io/installation |
| 2 | 2 | ||
| 3 | local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" | 3 | local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" |
| 4 | if not (vim.uv or vim.loop).fs_stat(lazypath) then | 4 | if not vim.uv.fs_stat(lazypath) then |
| 5 | local lazyrepo = "https://github.com/folke/lazy.nvim.git" | 5 | local lazyrepo = "https://github.com/folke/lazy.nvim.git" |
| 6 | local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath }) | 6 | local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath }) |
| 7 | if vim.v.shell_error ~= 0 then | 7 | if vim.v.shell_error ~= 0 then |
