|
|
|
@ -38,6 +38,7 @@ set shiftwidth=4 " by default, when auto-identing, add 4 spaces (or 1 tabstop)
|
|
|
|
|
set foldmethod=marker " fold on markers |
|
|
|
|
set foldlevel=3 " number of folds to open automatically |
|
|
|
|
set scrolloff=1 " always show one line around the cursor |
|
|
|
|
set cursorline " hightlight the current cursor line |
|
|
|
|
set laststatus=2 " always show the status bar ('cause I like to see the line and column, always) |
|
|
|
|
set showtabline=2 " always show the tabline |
|
|
|
|
set showmatch " show matching bracket |
|
|
|
|