1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
SpaceVim/filetype.vim
2017-11-03 21:42:34 +08:00

5 lines
106 B
VimL

au BufRead,BufNewFile *.rs set filetype=rust
au BufNewFile,BufRead *.sol setf solidity
" vim:set et sw=2