diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 8eab16e..2e07f95 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -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',