From 5e26145d123f4b0b36290e9ea30c189a5f7eafc9 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 20 Feb 2021 18:10:59 -0500 Subject: [PATCH] Update .vimrc --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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