filetypes.vim 335 bytes
au BufRead,BufNewFile wscript	set filetype=python
au BufRead,BufNewFile *.odin	set filetype=odin
au BufRead,BufNewFile *.vert set filetype=glsl
au BufRead,BufNewFile *.frag set filetype=glsl
au BufRead,BufNewFile *.yaml.ansible set filetype=yaml.ansible
let g:rust_recommended_style = v:false
let g:python_recommended_style = v:false