reorder install, install vim theme

This commit is contained in:
David Todd
2020-10-05 10:30:49 -05:00
parent 0f4f35e21c
commit cb6f92d6f2
2 changed files with 11 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ syntax on
" Convert tabs to spaces
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
colorscheme torte
colorscheme iceberg
" Show tabs as arrows, and trailing whitespace as pips
set list