From eca48c5b838b30198fecc2ab2ef8fa3562f785f9 Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:33:17 +0700 Subject: [PATCH] Updated 7. Contoh Custom Plugins (markdown) --- 7.-Contoh-Custom-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7.-Contoh-Custom-Plugins.md b/7.-Contoh-Custom-Plugins.md index 3c62bac..ec01b91 100644 --- a/7.-Contoh-Custom-Plugins.md +++ b/7.-Contoh-Custom-Plugins.md @@ -1113,7 +1113,7 @@ return{ } ``` - Tambahkan pada lua/custom/whichkey.lua -``` +```lua return{ ["o"] = { "SymbolsOutline", "Symbol Outline" }, }