fix composer
This commit is contained in:
parent
3ae37019b1
commit
8b3d267492
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
||||||
return {
|
return {
|
||||||
"euclio/vim-markdown-composer",
|
"euclio/vim-markdown-composer",
|
||||||
keys = {
|
build = "cargo build --release"
|
||||||
{ "<leader>nv", "<cmd>ComposerStart<cr>", desc = "Composer Start" },
|
|
||||||
},
|
|
||||||
build = "cargo build --release --locked"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue