blob: d0277f712566fb71ff98d2aabe71d677737e21ff (
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 list
set exrc
augroup filetypedetect
au BufNewFile, BufRead .tmux.conf*,tmux.conf* setf tmux
augroup END
|