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, }, {