diff --git a/README.md b/README.md index 97bde05..c1b37c4 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,11 @@ local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" "clone", "--filter=blob:none", "--single-branch", - "https://github.com/folke/lazy.nvim.git", + "git@github.com:folke/lazy.nvim.git", lazypath, }) - vim.opt.runtimepath:prepend(lazypath) end + vim.opt.runtimepath:prepend(lazypath) ```