diff --git a/.config/nvim/lua/plugin/mini.lua b/.config/nvim/lua/plugin/mini.lua index 17d1ed6..1c69f3b 100644 --- a/.config/nvim/lua/plugin/mini.lua +++ b/.config/nvim/lua/plugin/mini.lua @@ -114,8 +114,8 @@ require('mini.indentscope').setup({ MiniDeps.later(function() vim.api.nvim_set_hl(0, 'MiniIndentscopeSymbol', { link = 'Whitespace' }) end) --- TODO: show history require('mini.notify').setup() -- has more noticeable / utilitarian / aesthetically pleasing notifications +Map('n', 'N', MiniNotify.show_history, { desc = 'Show Notification History' }) -- Custom `^V` and `^S` symbols to make this file appropriate for copy-paste -- (otherwise those symbols are not displayed).