Updated 7. Contoh Custom Plugins (markdown)

Asep Komarudin 2023-03-03 19:06:16 +07:00
parent 324c946cea
commit cb5cd35953

@ -1385,7 +1385,13 @@ return {
event = "BufWinEnter",
config = function()
vim.opt.lazyredraw = false
require("noice").setup()
require("noice").setup({
lsp = {
progress = {
enabled = false,
},
},
})
end,
},
{