1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-07-03 13:20:10 +03:00
dotfiles/.config/nvim/init.vim

4 lines
79 B
VimL
Raw Normal View History

2019-04-05 14:49:19 +03:00
" show some context lines up/down of the cursor
2019-05-23 16:04:13 +03:00
set scrolloff=3
set ignorecase