mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-22 03:35:03 +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",
|
event = "BufWinEnter",
|
||||||
config = function()
|
config = function()
|
||||||
vim.opt.lazyredraw = false
|
vim.opt.lazyredraw = false
|
||||||
require("noice").setup()
|
require("noice").setup({
|
||||||
|
lsp = {
|
||||||
|
progress = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue