summaryrefslogtreecommitdiff
path: root/ftplugin/rust.vim
blob: 50645fadc7e692dba9176d751c68e46b91bf6296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
setlocal ts=4 sts=4 sw=4 expandtab

set formatprg=rustfmt
set errorformat=
            \%-G,
            \%-Gerror:\ aborting\ %.%#,
            \%-Gerror:\ Could\ not\ compile\ %.%#,
            \%Eerror:\ %m,
            \%Eerror[E%n]:\ %m,
            \%Wwarning:\ %m,
            \%Inote:\ %m,
            \%C\ %#-->\ %f:%l:%c,
            \%E\ \ left:%m,%C\ right:%m\ %f:%l:%c,%Z