update config

This commit is contained in:
asep komarudin 2023-03-03 21:44:37 +07:00
parent 06f0332a8f
commit 4bf554b022
2 changed files with 10 additions and 1 deletions

View file

@ -11,6 +11,12 @@ return {
config = function()
vim.opt.lazyredraw = false
require("noice").setup({
messages = {
enabled = false,
},
notify = {
enabled = false,
},
lsp = {
progress = {
enabled = false,