Small tweaks

This commit is contained in:
2023-09-22 23:24:06 +02:00
parent 1962b1f3e4
commit b04c794856
3 changed files with 8 additions and 3 deletions

View File

@@ -5,7 +5,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