blob: ac28c4a71cd00d12c11fdfb36a4629b21b20b9c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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
|