This commit is contained in:
Marco Thomas
2020-11-16 00:48:45 +01:00
parent 2215482b94
commit 1a8ef8dad2
12 changed files with 87 additions and 92 deletions

View File

@@ -12,7 +12,7 @@ let mapleader = "\<Space>"
" ============================== vim-plug
call plug#begin()
Plug 'joshdick/onedark.vim' " color
Plug 'joshdick/onedark.vim' " color scheme
Plug 'tpope/vim-sleuth' " intendations
@@ -62,7 +62,7 @@ set mouse=a " a=on, c=off
set undolevels=1337
set backspace=indent,eol,start
set wildmenu " autocomplete :e
set scrolloff=7 " min lines aboive or below the cursor
set scrolloff=10 " min lines above or below the cursor
" ============================== Statusline
set laststatus=2