add: update config

This commit is contained in:
asep.komarudin 2024-03-31 16:35:21 +07:00
parent 3100854e08
commit 76117ededa
20 changed files with 245 additions and 176 deletions

View file

@ -15,7 +15,7 @@ return {
dependencies = {
{ "MunifTanjim/nui.nvim", enabled = use_noice },
},
event = "BufWinEnter",
-- event = "BufWinEnter",
opts = {
messages = {
enabled = false,
@ -35,6 +35,9 @@ return {
},
},
},
init = function()
require("lazy").load({ plugins = { "noice.nvim" } })
end,
keys = {
{
"<S-Enter>",