Added scroll-offset
This commit is contained in:
parent
fc316d33c6
commit
a268a9d8b6
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ call plug#end()
|
|||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
|
||||
" scroll offset
|
||||
set scrolloff=4
|
||||
|
||||
" solarized dark theme
|
||||
colorscheme solarized
|
||||
set background=dark
|
||||
|
|
Loading…
Reference in a new issue