summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/rust.vim
blob: 03d90d42d9bcaf6700c8d980051cdee8437cf7a8 (plain) (blame)
1
2
3
4
5
6
if filereadable("Cargo.toml")
     compiler cargo
    setlocal makeprg=cargo\ build
else
    setlocal makeprg=rustc\ %
endif