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