syntax on
 
set encoding=utf8
set nobackup nowb noswapfile

set viminfo=
set runtimepath^=$HOME/.config/vim

set relativenumber
set autoindent expandtab smarttab tabstop=2 shiftwidth=2
set so=7 " keep up to 7 lines visible during scrolling.

set incsearch hlsearch ignorecase

set noerrorbells novisualbell

"= netrw
let g:netrw_keepdir = 0
let g:netrw_winsize = 20
let g:netrw_banner  = 0

let g:netrw_localcopydircmd = "cp -r"
