dotfiles/.vim/bundle/vim-toml/ftdetect/toml.vim
Dongsu Park 1f3ad4ba84 add bundle for vim-toml for TOML type
In .vimrc, turn on rustfmt_autosave, add options for json, toml,
yaml file types, and remove unnecessary bundles.
Add a new bundle for the toml file type.
2017-04-25 10:22:52 +02:00

2 lines
148 B
VimL

" Rust uses several TOML config files that are not named with .toml.
autocmd BufNewFile,BufRead *.toml,Cargo.lock,*/.cargo/config set filetype=toml