Skip to content

Commit

Permalink
Remove recording notiffications from noice
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss committed Jul 28, 2024
1 parent 2f6bc3b commit af646f5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ return {
{
'folke/noice.nvim',
event = 'VimEnter',
config = {
routes = {
{
view = 'notify',
filter = { event = 'msg_showmode', find = 'recording' },
},
},
},
config = true,
dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
'MunifTanjim/nui.nvim',
Expand Down

0 comments on commit af646f5

Please sign in to comment.