mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update config
This commit is contained in:
parent
06f0332a8f
commit
4bf554b022
2 changed files with 10 additions and 1 deletions
|
@ -11,6 +11,12 @@ return {
|
|||
config = function()
|
||||
vim.opt.lazyredraw = false
|
||||
require("noice").setup({
|
||||
messages = {
|
||||
enabled = false,
|
||||
},
|
||||
notify = {
|
||||
enabled = false,
|
||||
},
|
||||
lsp = {
|
||||
progress = {
|
||||
enabled = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue