aboutsummaryrefslogtreecommitdiff
path: root/dot.vimrc.local
diff options
context:
space:
mode:
Diffstat (limited to 'dot.vimrc.local')
-rw-r--r--dot.vimrc.local11
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