From 596b607cf072c7fcdde6683639c4b43a07b36c5c Mon Sep 17 00:00:00 2001 From: Roger Erens Date: Thu, 22 Aug 2024 23:43:02 +0200 Subject: [PATCH] Fix a typo in example.lua --- 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 4ad9825df..b5b03db93 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