From 635944a9cb70e6bbb34ac45abfc243212d95f9b6 Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Fri, 3 Mar 2023 21:41:33 +0700 Subject: [PATCH] Updated 7. Contoh Custom Plugins (markdown) --- 7.-Contoh-Custom-Plugins.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/7.-Contoh-Custom-Plugins.md b/7.-Contoh-Custom-Plugins.md index c272064..684bd02 100644 --- a/7.-Contoh-Custom-Plugins.md +++ b/7.-Contoh-Custom-Plugins.md @@ -1386,6 +1386,12 @@ return { config = function() vim.opt.lazyredraw = false require("noice").setup({ + messages = { + enabled = false, + }, + notify = { + enabled = false, + }, lsp = { progress = { enabled = false,