From fb62851c06fe0d94196b626b7ba7c04fe3933e02 Mon Sep 17 00:00:00 2001 From: Shaun Setlock Date: Wed, 1 Jan 2025 21:55:55 -0500 Subject: [PATCH] Ignoring lazyvim version lock file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 03c28fc..90948bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Ignore the installed tmux plugins. /tmux/plugins +# Ignore lazyvim's version lock file. +/nvim/lazy-lock.json + # Ignore the installed vim plugins. /vim/.vim/bundle