Update .vimrc

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

@ -6,7 +6,7 @@ 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 lcs=tab:\|\. "show tabs as |...
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