From 93be78645eb54e95bb8790f2a2f500a2388528b5 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 6 May 2024 16:00:51 -0700 Subject: [PATCH] Bump lazy and neovim --- .chezmoiexternal.toml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoiexternal.toml.tmpl b/.chezmoiexternal.toml.tmpl index 4e7c9db..37619bb 100644 --- a/.chezmoiexternal.toml.tmpl +++ b/.chezmoiexternal.toml.tmpl @@ -2,13 +2,13 @@ #{{- /* vim: set filetype=toml: */ -}} [".local/share/nvim/lazy/lazy.nvim"] type = "archive" - url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v10.15.1.tar.gz" + url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v10.20.3.tar.gz" exact = true stripComponents = 1 #{{ if eq .chezmoi.os "linux" }} [".local/bin/nvim.appimage"] type = "file" - url = "https://github.com/neovim/neovim/releases/download/v0.9.4/nvim.appimage" + url = "https://github.com/neovim/neovim/releases/download/v0.9.5/nvim.appimage" executable = true #{{ end }}