new feature custom lsp progress

This commit is contained in:
asep komarudin 2023-03-03 19:15:17 +07:00
parent 7f02b38730
commit 06f0332a8f
8 changed files with 71 additions and 102 deletions

View file

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