diff --git a/nvim/init.vim b/nvim/init.vim index ef4365b..5ed7228 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -37,6 +37,7 @@ set foldmethod=marker " folding will use markers set nowrap " instead of wrapping the text to the next line, scroll left and right set laststatus=2 " Always display the status line set showtabline=2 " Always display the tab bar +set scrolloff=2 " Lines around the cursor that should be visible let mapleader=" " " Leader (special character for plugins) is Space let g:rainbow_active = 1 " This is part of the Rainbow brackets, enabling it globally.