1
0

Add keymaping to dismiss noice messages

This commit is contained in:
Patrick Auernig 2024-01-30 19:44:54 +01:00
parent eabe6335b3
commit 75e56fead9

View File

@ -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",