2019-04-18 19:25:11 +00:00
|
|
|
syntax on
|
|
|
|
" Convert tabs to spaces
|
2016-06-14 18:33:44 +00:00
|
|
|
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
|
|
|
|
|
2019-04-18 19:25:11 +00:00
|
|
|
colorscheme torte
|
|
|
|
|
|
|
|
" Show tabs as arrows, and trailing whitespace as pips
|
|
|
|
set list
|
|
|
|
set listchars=tab:\→\ ,trail:·
|
|
|
|
|
2016-06-14 18:33:44 +00:00
|
|
|
execute pathogen#infect()
|
|
|
|
filetype plugin indent on
|