Update .vimrc

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

@ -7,7 +7,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 as |...
set lcs=tab:\|\.,eol "show tabs as |...
set number "show line nums
set mouse=a "enable mouse
set wrap! "disable wordwrap

Loading…
Cancel
Save