which-key: fix typo in hint

+ format
This commit is contained in:
Fabrice Mouhartem 2024-10-11 10:49:27 +02:00
parent 9299b58212
commit 6a6243fd90
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
{ noremap = true, silent = true, desc = "[M]arkdown to [S]ingle page [Y]ank" }) { noremap = true, silent = true, desc = "[M]arkdown to [S]ingle page [Y]ank" })
vim.keymap.set('', '<LocalLeader>my', ':w !pandoc -f markdown+emoji --wrap=none -t html5 | wl-copy --type text/html<CR><CR>', vim.keymap.set('', '<LocalLeader>my', ':w !pandoc -f markdown+emoji --wrap=none -t html5 | wl-copy --type text/html<CR><CR>',
{ noremap = true, silent = true, desc = "[M]arkdown to HTML [Y]ank" }) { noremap = true, silent = true, desc = "[M]arkdown to HTML [Y]ank" })
vim.keymap.set('', '<LocalLeader>mp', '<Plug>MarkdownPreviewToggle', { noremap = true, silent = true, desc = "[M]arkdown [Preview]" }) vim.keymap.set('', '<LocalLeader>mp', '<Plug>MarkdownPreviewToggle', { noremap = true, silent = true, desc = "[M]arkdown [P]review" })
end end
}) })

View File

@ -28,7 +28,7 @@ require('lazy').setup({
}, },
-- DAP: Debug Adapter Protocol -- DAP: Debug Adapter Protocol
'mfussenegger/nvim-dap', 'mfussenegger/nvim-dap',
{ {
-- Autocompletion -- Autocompletion