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,