mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-21 19:24:54 +02:00
Updated 7. Contoh Custom Plugins (markdown)
parent
324c946cea
commit
cb5cd35953
1 changed files with 7 additions and 1 deletions
|
@ -1385,7 +1385,13 @@ return {
|
|||
event = "BufWinEnter",
|
||||
config = function()
|
||||
vim.opt.lazyredraw = false
|
||||
require("noice").setup()
|
||||
require("noice").setup({
|
||||
lsp = {
|
||||
progress = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue