syntax enable " enable syntax processing
set softtabstop=0 " insert 4 spaces for a tab
set tabstop=4 " if a tab character is encountered, display as 4 space s
set shiftwidth=4 " indent corresponds to a single tab
set expandtab " inserts spaces for tabs
set number " show line numbers
filetype indent on " indent to match the filetype
set showmatch " show matching parentheses
set background=dark
colorscheme delek
February 5, 2022