markdown improvements and lazy config changes

This commit is contained in:
Salar Rahmanian 2023-02-24 18:56:36 -08:00
parent f1ca602f8d
commit 3ae37019b1
3 changed files with 15 additions and 13 deletions

View file

@ -0,0 +1,8 @@
return {
"euclio/vim-markdown-composer",
keys = {
{ "<leader>nv", "<cmd>ComposerStart<cr>", desc = "Composer Start" },
},
build = "cargo build --release --locked"
}