aboutsummaryrefslogtreecommitdiff
path: root/dot.vimrc.local
blob: 76143a923fb7deaedadfbc1a981bd229ba364d98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
execute pathogen#infect()
syntax on
filetype plugin indent on
set cursorline
set number
set hlsearch
set exrc
augroup filetypedetect
	au BufNewFile, BufRead .tmux.conf*,tmux.conf* setf tmux
augroup END
au FileType haskell setlocal expandtab
au FileType ruby set tabstop=2 shiftwidth=2 expandtab textwidth=80
au FileType yaml set tabstop=2 shiftwidth=2 expandtab textwidth=80
au BufNewFile,BufRead c[0-9][0-9][0-9][0-9]-fsmpi-[0-9]-config set filetype=cisco
au BufNewFile,BufRead (startup|running|network)-config set filetype=cisco