which-key: fix typo in hint
+ format
This commit is contained in:
		| @@ -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 | ||||||
| }) | }) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -28,7 +28,7 @@ require('lazy').setup({ | |||||||
|   }, |   }, | ||||||
|  |  | ||||||
|   -- DAP: Debug Adapter Protocol |   -- DAP: Debug Adapter Protocol | ||||||
|     'mfussenegger/nvim-dap', |   'mfussenegger/nvim-dap', | ||||||
|  |  | ||||||
|   { |   { | ||||||
|     -- Autocompletion |     -- Autocompletion | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user