Add keybind to show notifications.
This commit is contained in:
@@ -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', '<leader>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).
|
||||
|
||||
Reference in New Issue
Block a user