aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc-full1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc-full b/vimrc-full
index 9fc1857..2b68c73 100644
--- a/vimrc-full
+++ b/vimrc-full
@@ -303,6 +303,7 @@ set foldcolumn=1 | " if code folding gets used display it in the cl
303set foldclose=all | " automatically fold, when the cursor leaves the folded area 303set foldclose=all | " automatically fold, when the cursor leaves the folded area
304set foldopen=all | " unfold when cursor moves into the closed fold 304set foldopen=all | " unfold when cursor moves into the closed fold
305set foldtext=Foldtext() | " 305set foldtext=Foldtext() | "
306set foldnestmax=1 | " top level folding only
306set relativenumber | " relative line numbers can speed up navigation 307set relativenumber | " relative line numbers can speed up navigation
307set noshowmode | " because we are using some powerline derivat 308set noshowmode | " because we are using some powerline derivat
308set nostartofline | " when scrolling: do not move the cursor to column 1 309set nostartofline | " when scrolling: do not move the cursor to column 1
..