chore: cleanup

main
sudo pacman -Syu 2023-06-17 11:53:00 +07:00
parent fb49eaa19b
commit 3584b26cf9
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ if not vim.loop.fs_stat(lazypath) then
"clone",
"--filter=blob:none",
"https://github.com/folke/lazy.nvim.git",
"--branch=stable", -- latest stable release
"--branch=stable",
lazypath,
})
end