mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
3 lines
198 B
VimL
3 lines
198 B
VimL
" Go dep and Rust use several TOML config files that are not named with .toml.
|
|
autocmd BufNewFile,BufRead *.toml,Gopkg.lock,Cargo.lock,*/.cargo/config,*/.cargo/credentials,Pipfile set filetype=toml
|