Browse Source

Two lines around the cursor

master
Julio Biason 3 years ago
parent
commit
d24686fe9e
  1. 1
      nvim/init.vim

1
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.

Loading…
Cancel
Save