mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: update config
This commit is contained in:
parent
3100854e08
commit
76117ededa
20 changed files with 245 additions and 176 deletions
|
@ -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>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue