From cb5cd359530e53b0ec1899a1c1327bbd9a75e538 Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Fri, 3 Mar 2023 19:06:16 +0700 Subject: [PATCH] Updated 7. Contoh Custom Plugins (markdown) --- 7.-Contoh-Custom-Plugins.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/7.-Contoh-Custom-Plugins.md b/7.-Contoh-Custom-Plugins.md index e594ed2..c272064 100644 --- a/7.-Contoh-Custom-Plugins.md +++ b/7.-Contoh-Custom-Plugins.md @@ -1385,7 +1385,13 @@ return { event = "BufWinEnter", config = function() vim.opt.lazyredraw = false - require("noice").setup() + require("noice").setup({ + lsp = { + progress = { + enabled = false, + }, + }, + }) end, }, {