Update .vimrc

main
Matt Huntington 5 years ago committed by GitHub
parent 6351eef9b9
commit f16892824a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,8 @@ call plug#end()
set tabstop=4 "tab width = 4 spaces
set shiftwidth=4 "auto tab width = 4 spaces
set list "show whitespace chars
set lcs=tab:\|\. "show tabs
set number "show line nums
let g:netrw_liststyle = 3 "tree view is default for file explorer
let g:netrw_banner = 0 "don't show banner in file explorer

Loading…
Cancel
Save