Created
May 2, 2012 08:22
-
-
Save hydra35/2575045 to your computer and use it in GitHub Desktop.
vimrc: set by file suffix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
set tag=~/tags | |
autocmd! BufNewFile,BufReadPre,FileReadPre *.rb set nu et ts=2 sw=2 | |
autocmd! BufNewFile,BufReadPre,FileReadPre *.coffee so ~/.vim/ftplugin/coffee.vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment