syntax on
set number
set lazyredraw
set showmatch
set laststatus=2
set ruler
set visualbell
colorscheme murphy ” good colorschemes: murphy, slate, molokai, badwolf, solarized
” mostly taken from https://chrisyeh96.github.io/2017/12/18/vimrc.html”
filetype plugin indent on
set tabstop=4
set expandtab
set shiftwidth=4
set softtabstop=4
set autoindent
set smartindent
set incsearch
set hlsearch
nnoremap :nohlsearch
set autoread