We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e5fe51 + 40283ba commit 240412dCopy full SHA for 240412d
README.md
@@ -36,9 +36,9 @@ Here's an example of managing installation with vim-plug:
36
function! BuildComposer(info)
37
if a:info.status != 'unchanged' || a:info.force
38
if has('nvim')
39
- !cargo build --release
+ !cargo build --release --locked
40
else
41
- !cargo build --release --no-default-features --features json-rpc
+ !cargo build --release --locked --no-default-features --features json-rpc
42
endif
43
44
endfunction
0 commit comments