From 377c118b3b8ad380de6cc891bca1462b8a06d414 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 29 Dec 2022 18:16:43 -0600 Subject: refactor(nvim,lazy): bootstrap stable branch --- nvim/.config/nvim/lua/tobyvin/lazy.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nvim/.config') diff --git a/nvim/.config/nvim/lua/tobyvin/lazy.lua b/nvim/.config/nvim/lua/tobyvin/lazy.lua index 2cdfbe3..c114744 100644 --- a/nvim/.config/nvim/lua/tobyvin/lazy.lua +++ b/nvim/.config/nvim/lua/tobyvin/lazy.lua @@ -4,12 +4,12 @@ if not vim.loop.fs_stat(lazypath) then "git", "clone", "--filter=blob:none", - "--single-branch", + "--branch=stable", "https://github.com/folke/lazy.nvim.git", lazypath, }) end -vim.opt.runtimepath:prepend(lazypath) +vim.opt.rtp:prepend(lazypath) require("lazy").setup("tobyvin.plugins", { defaults = { -- cgit v1.2.3-70-g09d2