From f5d8915f85f5ecb32adf3f6e833f2c6af0c97821 Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:27:35 -0400 Subject: [PATCH] fix: update lazyvim config Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> --- .config/nvim/lazyvim.json | 2 +- .config/nvim/stylua.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lazyvim.json b/.config/nvim/lazyvim.json index 3ccd6a7..d8bcaf6 100644 --- a/.config/nvim/lazyvim.json +++ b/.config/nvim/lazyvim.json @@ -2,7 +2,7 @@ "extras": [ ], - "install_version": 7, + "install_version": 8, "news": { "NEWS.md": "11866" }, diff --git a/.config/nvim/stylua.toml b/.config/nvim/stylua.toml index e55efd5..5d6c50d 100644 --- a/.config/nvim/stylua.toml +++ b/.config/nvim/stylua.toml @@ -1,3 +1,3 @@ indent_type = "Spaces" -indent_width = 4 -column_width = 120 +indent_width = 2 +column_width = 120 \ No newline at end of file