This commit is contained in:
Salar Rahmanian 2023-02-24 19:12:24 -08:00
parent 8b3d267492
commit ff03b6eaaf
3 changed files with 5 additions and 6 deletions

View file

@ -60,5 +60,5 @@ return {
require("Comment").setup()
end,
},
"SidOfc/mkdx"
"SidOfc/mkdx",
}

View file

@ -1,5 +1,4 @@
return {
"euclio/vim-markdown-composer",
build = "cargo build --release"
build = "cargo build --release",
}