summaryrefslogtreecommitdiffstatshomepage
path: root/nvim
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-12-29 18:16:43 -0600
committerToby Vincent <tobyv13@gmail.com>2022-12-29 18:16:43 -0600
commit377c118b3b8ad380de6cc891bca1462b8a06d414 (patch)
tree69b905ecb6ed34025c39cc6ae04401593786d369 /nvim
parentd87d4362332bf451bc0250c85d4860923527a58a (diff)
refactor(nvim,lazy): bootstrap stable branch
Diffstat (limited to 'nvim')
-rw-r--r--nvim/.config/nvim/lua/tobyvin/lazy.lua4
1 files changed, 2 insertions, 2 deletions
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 = {