Replace notification popups
This commit is contained in:
parent
9195a341f5
commit
e4c6d76b72
@ -16,10 +16,15 @@ spec.opts = {
|
||||
command_palette = true,
|
||||
lsp_doc_border = true,
|
||||
},
|
||||
views = {
|
||||
notify = {
|
||||
replace = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
spec.keys = {
|
||||
{ "<leader>nd", "<cmd>NoiceDismiss<CR>", desc = "Dismiss all noice messages"},
|
||||
{ "<leader>nd", "<cmd>NoiceDismiss<CR>", desc = "Dismiss all noice messages" },
|
||||
}
|
||||
|
||||
spec.dependencies = {
|
||||
|
Loading…
Reference in New Issue
Block a user