Updating mappings

This commit is contained in:
2023-09-18 11:18:18 +02:00
parent 26a4ef7209
commit ab6781f3ce
4 changed files with 5 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ return {
let g:mkdp_auto_close = 0
let g:mkdp_theme = 'dark'
]])
vim.keymap.set("n", "<leader>bm", "<cmd>MarkdownPreviewToggle <CR>", { desc = "Toggle markdown preview" })
end,
ft = "markdown",
},