From 6a6243fd90635795a6f046de79b437354730a634 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Fri, 11 Oct 2024 10:49:27 +0200 Subject: [PATCH] which-key: fix typo in hint + format --- lua/autocommands.lua | 2 +- lua/lazy-configure.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/autocommands.lua b/lua/autocommands.lua index 6ba4f33..4106a53 100644 --- a/lua/autocommands.lua +++ b/lua/autocommands.lua @@ -18,7 +18,7 @@ vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, { { noremap = true, silent = true, desc = "[M]arkdown to [S]ingle page [Y]ank" }) vim.keymap.set('', 'my', ':w !pandoc -f markdown+emoji --wrap=none -t html5 | wl-copy --type text/html', { noremap = true, silent = true, desc = "[M]arkdown to HTML [Y]ank" }) - vim.keymap.set('', 'mp', 'MarkdownPreviewToggle', { noremap = true, silent = true, desc = "[M]arkdown [Preview]" }) + vim.keymap.set('', 'mp', 'MarkdownPreviewToggle', { noremap = true, silent = true, desc = "[M]arkdown [P]review" }) end }) diff --git a/lua/lazy-configure.lua b/lua/lazy-configure.lua index dd3c6ef..8f9d721 100644 --- a/lua/lazy-configure.lua +++ b/lua/lazy-configure.lua @@ -28,7 +28,7 @@ require('lazy').setup({ }, -- DAP: Debug Adapter Protocol - 'mfussenegger/nvim-dap', + 'mfussenegger/nvim-dap', { -- Autocompletion