diff --git a/.vimrc b/.vimrc index 6dc5c61..1806240 100644 --- a/.vimrc +++ b/.vimrc @@ -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