colorscheme evening
set softtabstop=2
set shiftwidth=2
set tabstop=8
set expandtab
syntax on
set tw=72
set nu
syntax on
set encoding=utf-8
filetype indent plugin on
" set guifont=Menlo:h13
" https://vi.stackexchange.com/questions/22313/settings-for-the-font-in-vimrc-are-not-working
let &guifont="JetBrainsMonoNL-Thin:h14"
