From a96515fc3dff1711bf65bc42e0c18533b066b614 Mon Sep 17 00:00:00 2001 From: Deshraj Tiwari <166927459+Deshraj-Tiwari-Official@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:29:05 +0530 Subject: [PATCH] Misspell fix Changed enabled to enable in line 9 (comment part) --- 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 4ad9825..b5b03db 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