markdown-composer: disable, if cargo not available
This commit is contained in:
parent
23c87b8983
commit
4103cdc4d2
|
@ -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…
Reference in a new issue