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 {
|
||||
"euclio/vim-markdown-composer",
|
||||
keys = {
|
||||
{ "<leader>nv", "<cmd>ComposerStart<cr>", desc = "Composer Start" },
|
||||
},
|
||||
build = "cargo build --release --locked"
|
||||
build = "cargo build --release"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue