markdown-composer: disable, if cargo not available
This commit is contained in:
parent
23c87b8983
commit
4103cdc4d2
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
return {
|
return {
|
||||||
'euclio/vim-markdown-composer',
|
'euclio/vim-markdown-composer',
|
||||||
build = 'cargo build --release'
|
build = 'cargo build --release',
|
||||||
|
enabled = function() return vim.fn.executable("cargo") end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue