aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotvimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index c49a1ef..d40b183 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -15,6 +15,8 @@ set number
set grepprg=grep\ -nH\ $*
let g:tex_flavor = "latex"
+setglobal formatoptions+=j
+
" so that :find and :tabfind work
set path=$PWD/**