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