restructuring

This commit is contained in:
David Todd
2020-03-25 14:26:51 -05:00
parent f9660904b3
commit a324612c70
36 changed files with 42 additions and 170 deletions

13
home/shell/vimrc Normal file
View File

@@ -0,0 +1,13 @@
syntax on
" Convert tabs to spaces
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
colorscheme torte
" Show tabs as arrows, and trailing whitespace as pips
set list
set listchars=tab:\→\ ,trail
execute pathogen#infect()
filetype plugin indent on