aboutsummaryrefslogtreecommitdiff
path: root/dot.vimrc.local
diff options
context:
space:
mode:
authorThomas Schneider <thosch97@gmail.com>2015-02-15 16:14:51 +0100
committerThomas Schneider <thosch97@gmail.com>2015-02-15 16:14:51 +0100
commitc22976035dff3c9168538e3b0e5cf4f53a43a6d5 (patch)
treeed7e17faec5e33f0eb6819950f002e2cafa2b8a9 /dot.vimrc.local
parent4452d9b7530301d4ecab24232083af67487e495e (diff)
Add .vimrc.local
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
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