Skip to content

Commit 0c11767

Browse files
committed
fix lazy repo
1 parent c707423 commit 0c11767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/config/lazy.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- Bootstrap lazy.nvim
22
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
33
if not (vim.uv or vim.loop).fs_stat(lazypath) then
4-
local lazyrepo = "https://github.com/folke/lazy.nvim.git"
4+
local lazyrepo = "https://github.com/folke/lazy.nvim"
55
local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath })
66
if vim.v.shell_error ~= 0 then
77
vim.api.nvim_echo({

0 commit comments

Comments
 (0)