From 3fc2574037f2b4e4cb1bf2745408a71e02982880 Mon Sep 17 00:00:00 2001 From: Harsh Date: Wed, 9 Jul 2025 14:29:50 +0530 Subject: [PATCH] Fix for issue 130 by fixing spelling mistake in line 9 --- lua/plugins/example.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index 17f53d6..7a84fa2 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -6,7 +6,7 @@ if true then return {} end -- -- In your plugin files, you can: -- * add extra plugins --- * disable/enabled LazyVim plugins +-- * disable/enable LazyVim plugins -- * override the configuration of LazyVim plugins return { -- add gruvbox