Skip to content

Commit

Permalink
Update lazy.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
sysadmin4j authored May 28, 2024
1 parent 5d30831 commit f4e86ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
-- bootstrap lazy.nvim
-- stylua: ignore
vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", lazypath })
vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=v10.20.5", lazypath })
end
vim.opt.rtp:prepend(vim.env.LAZY or lazypath)

Expand Down

0 comments on commit f4e86ee

Please sign in to comment.