From 49f46ee6a0baff20159d296271b50307ef4ca22a Mon Sep 17 00:00:00 2001 From: tomm <93553698+TomAintAround@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:49:39 +0000 Subject: [PATCH] fix(community): fix spell mistake (#20) --- plugins/community.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/community.lua b/plugins/community.lua index 6918be5..483de73 100644 --- a/plugins/community.lua +++ b/plugins/community.lua @@ -1,7 +1,7 @@ return { -- Add the community repository of plugin specifications "AstroNvim/astrocommunity", - -- example of imporing a plugin, comment out to use it or add your own + -- example of importing a plugin, comment out to use it or add your own -- available plugins can be found at https://github.com/AstroNvim/astrocommunity -- { import = "astrocommunity.colorscheme.catppuccin" },