~dricottone/vim-python

vim-python/ftdetect/py.vim -rw-r--r-- 132 bytes
edb5e96aDominic Ricottone Adding license 2 years ago
                                                                                
1
2
3
4
5
" vim filetype detect file
" Set filetype to 'python' on opening a buffer as '*.py'

au BufNewFile,BufRead *.py setfiletype python