diff options
| -rw-r--r-- | dot.vimrc.local | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dot.vimrc.local b/dot.vimrc.local new file mode 100644 index 0000000..d0277f7 --- /dev/null +++ b/dot.vimrc.local @@ -0,0 +1,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 |
