Add keymaping to dismiss noice messages
This commit is contained in:
parent
eabe6335b3
commit
75e56fead9
@ -52,6 +52,9 @@ return {
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
keys = {
|
||||
{ "<leader>nd", "<cmd>NoiceDismiss<CR>" },
|
||||
},
|
||||
dependencies = {
|
||||
"MunifTanjim/nui.nvim",
|
||||
"rcarriga/nvim-notify",
|
||||
|
Loading…
Reference in New Issue
Block a user