From 43761a7f9ca763cfd242a9685c486efe8a350fc1 Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Wed, 1 Mar 2023 10:05:59 +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 c433740..88a8a4f 100644 --- a/7.-Contoh-Custom-Plugins.md +++ b/7.-Contoh-Custom-Plugins.md @@ -1297,7 +1297,7 @@ https://github.com/is0n/jaq-nvim # todo-comments.nvim - but file lua/plugin/todocomment.lua ```lua -retrun{ +return{ "folke/todo-comments.nvim", event = "BufRead", config = function()