diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .lvimrc | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,8 @@ *~ /output +/run_rustc/output + /gitstats /bnf/*.o @@ -1,6 +1,7 @@ set expandtab set sts=4 ts=4 sw=4 set list +set listchars=eol:$,tab:>- highlight ExtraWhitespace ctermbg=darkgreen guibg=darkgreen autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ |