Add keybind to show notifications.

This commit is contained in:
2026-01-26 17:42:49 +01:00
parent a97fc2c37d
commit 788f5a7ee1

View File

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